Initial seed code contribution for CDT
[appc/cdt.git] / tsconfig.json
diff --git a/tsconfig.json b/tsconfig.json
new file mode 100644 (file)
index 0000000..a39d0f5
--- /dev/null
@@ -0,0 +1,19 @@
+{
+    "compileOnSave": false,
+    "compilerOptions": {
+        "outDir": "./dist/out-tsc",
+        "sourceMap": true,
+        "declaration": false,
+        "moduleResolution": "node",
+        "emitDecoratorMetadata": true,
+        "experimentalDecorators": true,
+        "target": "es5",
+        "typeRoots": [
+            "node_modules/@types"
+        ],
+        "lib": [
+            "es2016",
+            "dom"
+        ]
+    }
+}
\ No newline at end of file