hrms-manual/tsconfig.json

26 lines
345 B
JSON
Raw 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"
}
],
"compilerOptions": {
/* other configs */
"paths": {
"@/*": [
"./*",
// r
]
},
/* other configs */
}
}