formcreate-source/tsconfig.json
zzs 39252d9e4d 🎉
2025-02-21 10:15:37 +08:00

21 lines
386 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"sourceMap": true,
"allowUnreachableCode": true,
"allowSyntheticDefaultImports": true,
"allowJs": true,
"experimentalDecorators": true,
"moduleResolution": "node",
"noImplicitThis": true,
"noImplicitAny": false,
"importHelpers": true,
"jsx": "preserve"
},
"include": [
"*.vue",
"*",
"types/typing.d.ts"
]
}