web-server 使用 tsconfig-paths
This commit is contained in:
@@ -20,7 +20,12 @@
|
||||
"skipLibCheck": true,
|
||||
"skipDefaultLibCheck": true,
|
||||
"inlineSourceMap": true,
|
||||
"importHelpers": true
|
||||
"importHelpers": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@db/*": ["app/db/*"],
|
||||
"@consts/*": ["app/consts/*"]
|
||||
},
|
||||
},
|
||||
"exclude": [
|
||||
"app/public",
|
||||
|
||||
Reference in New Issue
Block a user