diff --git a/tsconfig.json b/tsconfig.json
new file mode 100644
index 00000000..3e82701b
--- /dev/null
+++ b/tsconfig.json
@@ -0,0 +1,8 @@
+{
+    "compilerOptions": {
+        "outDir": "./built",
+        "allowJs": true,
+        "target": "es5"
+    },
+    "include": ["./src/**/*"]
+}
\ No newline at end of file