Path aliases, better lazyWebpack (#268)
This commit is contained in:
parent
7a4402f142
commit
bad96b7887
138 changed files with 572 additions and 547 deletions
|
|
@ -14,7 +14,16 @@
|
|||
"strict": true,
|
||||
"noImplicitAny": false,
|
||||
"target": "ESNEXT",
|
||||
"jsx": "preserve"
|
||||
"jsx": "preserve",
|
||||
|
||||
"baseUrl": "./src/",
|
||||
"paths": {
|
||||
"@webpack": ["./webpack"],
|
||||
"@webpack/common": ["./webpack/common"],
|
||||
"@utils/*": ["./utils/*"],
|
||||
"@api/*": ["./api/*"],
|
||||
"@components/*": ["./components/*"]
|
||||
}
|
||||
},
|
||||
"include": ["src/**/*"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue