1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul synced 2024-09-20 02:00:49 +00:00
strimertul/frontend/tsconfig.json

10 lines
178 B
JSON
Raw Normal View History

2021-05-02 12:29:43 +00:00
{
"compilerOptions": {
"target": "esnext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"jsx": "react",
"lib": ["es2017", "dom"]
}
}