topola-viewer/tsconfig.json
2025-02-05 17:05:34 +01:00

27 lines
542 B
JSON

{
"compilerOptions": {
"target": "es2020",
"lib": [
"dom",
"esnext"
],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "esnext",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"noFallthroughCasesInSwitch": true
},
"include": [
"src"
]
}