hrms-admin/tsconfig.json

28 lines
448 B
JSON
Raw Permalink Normal View History

2024-05-29 17:58:57 +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"],
/* other configs */
"paths": {
"@/*": [
"./*",
// r
]
},
/* other configs */
}
}