blob: af1d58ce1abbf81527717ef4d904b2c4a8b8d868 [file] [log] [blame]
Michael Landoed64b5e2017-06-09 03:19:04 +03001{
2 "compilerOptions": {
3 "baseUrl": ".",
4 "declaration": false,
5 "emitDecoratorMetadata": true,
6 "experimentalDecorators": true,
7 "allowJs": true,
Michael Landoed64b5e2017-06-09 03:19:04 +03008 "module": "commonjs",
9 "moduleResolution": "node",
10 "outDir": "../dist/out-tsc",
11 "lib": [
12 "es6",
13 "dom"
14 ],
15 "sourceMap": true,
16 "target": "es5",
17 "typeRoots": [
18 "../node_modules/@types",
19 "./typings"
20 ],
21 "types": [
Michael Landoed64b5e2017-06-09 03:19:04 +030022 "core-js",
ys969316a9fce2020-01-19 13:50:02 +020023 "node",
24 "jest"
Tal Gitelman51d50f02017-12-10 18:55:03 +020025 ],
26 "forceConsistentCasingInFileNames": true
Michael Landoed64b5e2017-06-09 03:19:04 +030027 },
28 "exclude": [
Michael Landoed64b5e2017-06-09 03:19:04 +030029 ]
30}