sent-file-fast-vue/tsconfig.json
2024-11-30 19:51:55 +08:00

20 lines
282 B
JSON

{
"files": [],
"references": [
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
}
],
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
},
"noImplicitAny": false,
"strict":false
}
}