TangSengDaoDaoWeb/apps/web/tsconfig.json
2024-11-20 17:44:50 +08:00

18 lines
299 B
JSON

{
"extends": "tsconfig/nextjs.json",
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx"
],
"exclude": [
"node_modules",
"src-election"
],
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"noFallthroughCasesInSwitch": true,
"jsx": "react"
}
}