summary refs log tree commit diff homepage
path: root/tsconfig.json
diff options
context:
space:
mode:
authordestruc7i0n <destruc7i0n@users.noreply.github.com>2022-01-03 16:08:32 -0500
committerdestruc7i0n <destruc7i0n@users.noreply.github.com>2022-01-03 16:08:32 -0500
commit3b0306b0f09d79426c117784092701e1a4d8133c (patch)
tree85d687f92776eaeb224bc30fac00eec304e858ef /tsconfig.json
parentadded debug for webhook ratelimit (diff)
downloadshulker-3b0306b0f09d79426c117784092701e1a4d8133c.tar.gz
shulker-3b0306b0f09d79426c117784092701e1a4d8133c.zip
added tests
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 9070fb4..cc422a2 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -12,8 +12,9 @@
     "strictFunctionTypes": true,
     "downlevelIteration": true,
     "outDir": "build/",
-    "moduleResolution": "node"
+    "moduleResolution": "node",
+    "baseUrl": "."
   },
-  "include": ["./src/**/*", "./typings/**/*"],
+  "include": ["**/*.ts"],
   "exclude": ["node_modules"]
 }