blob: 8f0e5229894b199414128755266ca00870af5f87 [file] [log] [blame]
Sonsino, Ofir (os0695)ff76b5e2018-07-10 15:57:37 +03001{
2 "compileOnSave": false,
3 "compilerOptions": {
Ittay Stern6f900cc2018-08-29 17:01:32 +03004 "types": ["jest"],
Sonsino, Ofir (os0695)ff76b5e2018-07-10 15:57:37 +03005 "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 ]
Ittay Stern6f900cc2018-08-29 17:01:32 +030019 },
20 "exclude": ["wallabyTest.ts"]
Sonsino, Ofir (os0695)ff76b5e2018-07-10 15:57:37 +030021}