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
2021-09-17 11:55:15 +02:00

11 lines
209 B
JSON

{
"compilerOptions": {
"target": "esnext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"jsx": "react",
"lib": ["es2019", "dom"],
"resolveJsonModule": true
}
}