hrms-mgt/tsconfig.json

28 lines
448 B
JSON
Raw Normal View History

2023-06-01 12:54:58 +07:00
{
"files": [],
"references": [
{
"path": "./tsconfig.config.json"
},
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.vitest.json"
}
],
"compilerOptions": {
"typeRoots": ["./typings", "./node_modules/@types"],
"types": ["quasar-ui-q-draggable-table"],
2023-06-01 12:54:58 +07:00
/* other configs */
"paths": {
"@/*": [
"./*",
// r
]
},
/* other configs */
}
}