hrms-user/tsconfig.json
2023-07-07 16:54:53 +07:00

24 lines
342 B
JSON

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