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

11 lines
209 B
JSON
Raw Normal View History

2021-05-02 12:29:43 +00:00
{
"compilerOptions": {
"target": "esnext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"jsx": "react",
2021-09-17 09:55:15 +00:00
"lib": ["es2019", "dom"],
"resolveJsonModule": true
2021-05-02 12:29:43 +00:00
}
}