hrms-manual/tsconfig.json

26 lines
341 B
JSON
Raw Permalink Normal View History

2023-09-06 14:51:44 +07:00
{
"files": [],
"references": [
{
"path": "./tsconfig.config.json"
},
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.vitest.json"
}
],
2024-05-29 14:06:59 +07:00
2023-09-06 14:51:44 +07:00
"compilerOptions": {
/* other configs */
"paths": {
"@/*": [
2024-05-29 14:06:59 +07:00
"./*"
2023-09-06 14:51:44 +07:00
// r
]
2024-05-29 14:06:59 +07:00
}
2023-09-06 14:51:44 +07:00
/* other configs */
}
}