hrms-mgt/tsconfig.json
2023-06-01 12:54:58 +07:00

25 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 */
}
}