aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/tsconfig.json b/tsconfig.json
index a55c1fe..f811c00 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -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/**/*"]