geekai/gpt-vue/projects/vue-admin/tsconfig.json
2024-03-06 10:23:55 +08:00

19 lines
308 B
JSON

{
"files": [],
"references": [
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
}
],
"compilerOptions": {
"strict": false,
"noImplicitAny": false,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"allowJs": true,
}
}