aboutsummaryrefslogtreecommitdiffstats
path: root/src/wwwroot/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/wwwroot/tsconfig.json')
-rw-r--r--src/wwwroot/tsconfig.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/wwwroot/tsconfig.json b/src/wwwroot/tsconfig.json
new file mode 100644
index 0000000..1ca0483
--- /dev/null
+++ b/src/wwwroot/tsconfig.json
@@ -0,0 +1,10 @@
+{
+ "compilerOptions": {
+ "outDir": "./dist/",
+ "noImplicitAny": false,
+ "module": "es6",
+ "target": "es5",
+ "moduleResolution": "Node",
+ "allowJs": true
+ }
+}