Files
FileCodeBoxFronted/tsconfig.json
2024-09-25 19:09:53 +08:00

19 lines
261 B
JSON

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