TangSengDaoDaoWeb/apps/web/tsconfig.json
tangtaoit 5fe77a729c init
2023-07-06 09:30:52 +08:00

17 lines
279 B
JSON

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