summaryrefslogtreecommitdiffstats
path: root/ui/tsconfig.json
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-03-20 18:22:31 -0700
committerDessalines <tyhou13@gmx.com>2019-03-20 18:22:31 -0700
commit816aa0b15f3766e340d8722f03e8b3a7633ab6fb (patch)
tree23dd0fc329e8f08c71dc6f10dd398b35d92c047c /ui/tsconfig.json
parent064d7f84b25236195eeb33a8671935bc9df37e57 (diff)
Adding initial UI and Websocket server.
Diffstat (limited to 'ui/tsconfig.json')
-rw-r--r--ui/tsconfig.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/ui/tsconfig.json b/ui/tsconfig.json
new file mode 100644
index 00000000..f58da758
--- /dev/null
+++ b/ui/tsconfig.json
@@ -0,0 +1,12 @@
+{
+ "compilerOptions": {
+ "module": "commonjs",
+ "target": "es2015",
+ "sourceMap": true,
+ "inlineSources": true,
+ "jsx": "preserve",
+ "importHelpers": true,
+ "emitDecoratorMetadata": true,
+ "experimentalDecorators": true
+ }
+}