Files
Snap.Server.Web/tsconfig.json
fanbook-wangdage d72f2e7159 初始模板
2025-12-20 15:38:00 +08:00

19 lines
334 B
JSON

{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Node",
"strict": true,
"jsx": "preserve",
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
}
}