setup application, server, and configs
This commit is contained in:
@@ -13,7 +13,12 @@
|
||||
"skipDefaultLibCheck": true,
|
||||
|
||||
"strict": true,
|
||||
"verbatimModuleSyntax": true
|
||||
"verbatimModuleSyntax": true,
|
||||
|
||||
"baseUrl": "src",
|
||||
"paths": {
|
||||
"@/*": ["./*"]
|
||||
}
|
||||
},
|
||||
|
||||
"include": ["src"]
|
||||
|
||||
Reference in New Issue
Block a user