28 lines
448 B
JSON
28 lines
448 B
JSON
|
|
{
|
||
|
|
"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 */
|
||
|
|
}
|
||
|
|
}
|