mirror of
https://github.com/wangdage12/Snap.Server.Web.git
synced 2026-02-17 10:02:08 +08:00
19 lines
334 B
JSON
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/*"]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|