Make webpack types importable from @webpack/types
This commit is contained in:
parent
69715070b9
commit
fce7d6b681
3 changed files with 29 additions and 6 deletions
|
|
@ -18,11 +18,12 @@
|
|||
|
||||
"baseUrl": "./src/",
|
||||
"paths": {
|
||||
"@webpack": ["./webpack"],
|
||||
"@webpack/common": ["./webpack/common"],
|
||||
"@utils/*": ["./utils/*"],
|
||||
"@api/*": ["./api/*"],
|
||||
"@components/*": ["./components/*"]
|
||||
"@components/*": ["./components/*"],
|
||||
"@utils/*": ["./utils/*"],
|
||||
"@webpack/types": ["./webpack/common/types"],
|
||||
"@webpack/common": ["./webpack/common"],
|
||||
"@webpack": ["./webpack/webpack"]
|
||||
}
|
||||
},
|
||||
"include": ["src/**/*"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue