Make webpack types importable from @webpack/types

This commit is contained in:
Vendicated 2023-01-30 04:53:28 +01:00
parent 69715070b9
commit fce7d6b681
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905
3 changed files with 29 additions and 6 deletions

View file

@ -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/**/*"]