Fix for Penetration test _ Session and cookie management
[vid.git] / vid-webpack-master / tsconfig.json
index a6c016b..8f0e522 100644 (file)
@@ -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"]
 }