Files
matagent/frontend/tsconfig.json
2025-01-18 17:53:58 +08:00

19 lines
247 B
JSON
Executable File

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