geekai/new-ui/projects/vue-admin/tsconfig.json
2024-03-12 18:03:24 +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,
}
}