26 lines
345 B
JSON
26 lines
345 B
JSON
|
|
{
|
||
|
|
"files": [],
|
||
|
|
"references": [
|
||
|
|
{
|
||
|
|
"path": "./tsconfig.config.json"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"path": "./tsconfig.app.json"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"path": "./tsconfig.vitest.json"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
|
||
|
|
"compilerOptions": {
|
||
|
|
/* other configs */
|
||
|
|
"paths": {
|
||
|
|
"@/*": [
|
||
|
|
"./*",
|
||
|
|
// r
|
||
|
|
]
|
||
|
|
},
|
||
|
|
/* other configs */
|
||
|
|
}
|
||
|
|
}
|