1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-10-16 23:17:26 +00:00
sophon/frontend/tsconfig.json

27 lines
629 B
JSON
Raw Normal View History

{
"compilerOptions": {
2021-10-12 00:26:27 +00:00
"target": "es6",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"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"
]
}