start commit for admin system

This commit is contained in:
Warunee Tamkoo 2024-05-29 17:58:57 +07:00
commit badb676529
300 changed files with 58634 additions and 0 deletions

27
tsconfig.json Normal file
View file

@ -0,0 +1,27 @@
{
"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 */
}
}