strimertul/frontend/tsconfig.json

10 lines
178 B
JSON

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