summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tsconfig.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 5670e52..d7cd514 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -9,6 +9,9 @@
"outDir": "./dist",
"allowSyntheticDefaultImports": true,
"strict": true,
+ "paths": {
+ "@lib/*": ["src/*"]
+ }
},
"include": [
"src/**/*",