sbt-idp/cope2n-fe/tsconfig.json
2024-01-31 11:08:20 +07:00

36 lines
758 B
JSON

{
"compilerOptions": {
"baseUrl": "./src",
"target": "ESNext",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"types": [
"vite/client",
"vite-plugin-svgr/client"
],
"allowJs": false,
"skipLibCheck": false,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "ESNext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
},
"include": [
"src",
"src/**/*"
],
"exclude": [
"src/pages/template-create-page",
"src/pages/templates-page",
"src/components/react-via/"
]
}