Fix for Penetration test _ Session and cookie management
[vid.git] / vid-webpack-master / tsconfig.json
1 {
2   "compileOnSave": false,
3   "compilerOptions": {
4     "types": ["jest"],
5     "outDir": "./dist/out-tsc",
6     "sourceMap": true,
7     "declaration": false,
8     "moduleResolution": "node",
9     "emitDecoratorMetadata": true,
10     "experimentalDecorators": true,
11     "target": "es5",
12     "typeRoots": [
13       "node_modules/@types"
14     ],
15     "lib": [
16       "es2017",
17       "dom"
18     ]
19   },
20   "exclude": ["wallabyTest.ts"]
21 }