summary refs log tree commit diff homepage
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-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"]
 }