summaryrefslogtreecommitdiffstats
path: root/public/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'public/tsconfig.json')
-rw-r--r--public/tsconfig.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/public/tsconfig.json b/public/tsconfig.json
new file mode 100644
index 0000000..be76f06
--- /dev/null
+++ b/public/tsconfig.json
@@ -0,0 +1,15 @@
+{
+ "compileOnSave": false,
+ "compilerOptions": {
+ "outDir": "./dist/out-tsc",
+ "sourceMap": true,
+ "declaration": false,
+ "moduleResolution": "node",
+ "emitDecoratorMetadata": true,
+ "experimentalDecorators": true,
+ "target": "es5",
+ "typeRoots": ["node_modules/@types"],
+ "lib": ["es2017", "dom"]
+ },
+ "exclude": ["wallabyTest.ts"]
+}