diff options
Diffstat (limited to 'vid-webpack-master/tsconfig.json')
-rw-r--r-- | vid-webpack-master/tsconfig.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vid-webpack-master/tsconfig.json b/vid-webpack-master/tsconfig.json index a6c016bf3..8f0e52298 100644 --- a/vid-webpack-master/tsconfig.json +++ b/vid-webpack-master/tsconfig.json @@ -1,6 +1,7 @@ { "compileOnSave": false, "compilerOptions": { + "types": ["jest"], "outDir": "./dist/out-tsc", "sourceMap": true, "declaration": false, @@ -15,5 +16,6 @@ "es2017", "dom" ] - } + }, + "exclude": ["wallabyTest.ts"] } |