summaryrefslogtreecommitdiff
path: root/client/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--client/tsconfig.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json
new file mode 100644
index 0000000..4850356
--- /dev/null
+++ b/client/tsconfig.json
@@ -0,0 +1,11 @@
+{
+ "compilerOptions": {
+ "noImplicitAny": false,
+ "sourceMap": true,
+ "outDir": "./js",
+ "allowJs": false,
+ "module": "es6",
+ "target": "es6"
+ },
+ "include": ["./**/*"]
+}