aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 136ef4a..2517aa4 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -22,8 +22,7 @@
"preserveValueImports": true,
"removeComments": true,
"paths": {
- "#lib": ["./src/lib/index.js"],
- "#root/*": ["./*"]
+ "#lib": ["./src/lib/index.js"]
}
},
"include": ["src/**/*.ts", "lib/**/*.ts", "ecosystem.config.cjs"],