aboutsummaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'vid-webpack-master/tsconfig.json')
-rw-r--r--vid-webpack-master/tsconfig.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/vid-webpack-master/tsconfig.json b/vid-webpack-master/tsconfig.json
new file mode 100644
index 000000000..a6c016bf3
--- /dev/null
+++ b/vid-webpack-master/tsconfig.json
@@ -0,0 +1,19 @@
+{
+ "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"
+ ]
+ }
+}