Initial main commit.
[src/xds/xds-server.git] / webapp / tsconfig.json
diff --git a/webapp/tsconfig.json b/webapp/tsconfig.json
new file mode 100644 (file)
index 0000000..4c37259
--- /dev/null
@@ -0,0 +1,17 @@
+{
+  "compilerOptions": {
+    "outDir": "dist/app",
+    "target": "es5",
+    "module": "commonjs",
+    "moduleResolution": "node",
+    "sourceMap": true,
+    "emitDecoratorMetadata": true,
+    "experimentalDecorators": true,
+    "removeComments": false,
+    "noImplicitAny": false
+  },
+  "exclude": [
+    "gulpfile.ts",
+    "node_modules"
+  ]
+}
\ No newline at end of file