Picsur/frontend/tsconfig.json

21 lines
503 B
JSON
Raw Normal View History

2022-02-23 10:50:18 +00:00
{
2022-02-23 18:09:53 +00:00
"compilerOptions": {
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
2022-02-23 18:09:53 +00:00
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
},
"include": ["src"]
2022-02-23 10:50:18 +00:00
}