GUI starting point
Change-Id: Ic7d23bfce0307c4b7cfc9fad9fb5834286ee195c
diff --git a/tsconfig.json b/tsconfig.json
new file mode 100644
index 0000000..60aa28a
--- /dev/null
+++ b/tsconfig.json
@@ -0,0 +1,16 @@
+{
+ "compilerOptions": {
+ "sourceMap": true,
+ "emitDecoratorMetadata": true,
+ "experimentalDecorators": true,
+ "removeComments": false,
+ "noImplicitAny": false
+ },
+ "compileOnSave": false,
+ "filesGlob": [
+ "src/**/*.ts",
+ "src/**/*.tsx",
+ "!typings/**",
+ "!node_modules/**"
+ ]
+}