MainLayout , Dashboard, Transfer
This commit is contained in:
parent
ff07547749
commit
3f50b3d075
31 changed files with 14376 additions and 1 deletions
24
tsconfig.json
Normal file
24
tsconfig.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"files": [],
|
||||
"references": [
|
||||
{
|
||||
"path": "./tsconfig.config.json"
|
||||
},
|
||||
{
|
||||
"path": "./tsconfig.app.json"
|
||||
},
|
||||
{
|
||||
"path": "./tsconfig.vitest.json"
|
||||
}
|
||||
],
|
||||
"compilerOptions": {
|
||||
/* other configs */
|
||||
"paths": {
|
||||
"@/*": [
|
||||
"./*",
|
||||
// r
|
||||
]
|
||||
},
|
||||
/* other configs */
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue