hrms-manual/tsconfig.json
2024-05-29 14:06:59 +07:00

25 lines
341 B
JSON

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