update
This commit is contained in:
commit
23277af203
109 changed files with 7171 additions and 0 deletions
11
tsconfig.json
Normal file
11
tsconfig.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@components/*": ["src/components/*"],
|
||||
"@layouts/*": ["src/layouts/*"],
|
||||
"@styles/*": ["src/styles/*"],
|
||||
"@root/*": ["*"]
|
||||
}
|
||||
}
|
||||
}
|
Reference in a new issue