24 lines
409 B
JSON
24 lines
409 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
}
|
|
},
|
|
"files": [],
|
|
"references": [
|
|
{ "path": "./tsconfig.app.json" },
|
|
{ "path": "./tsconfig.node.json" }
|
|
],
|
|
"include": ["env.d.ts"]
|
|
}
|
|
|
|
// {
|
|
// "files": [],
|
|
// "references": [
|
|
// { "path": "./tsconfig.app.json" },
|
|
// { "path": "./tsconfig.node.json" }
|
|
// ],
|
|
// "include": ["env.d.ts"]
|
|
// }
|