Files
juip-web/tsconfig.json

15 lines
246 B
JSON
Raw Normal View History

2026-07-24 18:00:22 +08:00
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"compilerOptions": {
2026-07-30 13:55:28 +08:00
"ignoreDeprecations": "6.0",
2026-07-24 18:00:22 +08:00
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
2026-07-30 13:55:28 +08:00
}