UNPKG

696 BJSONView Raw
1{
2 "compilerOptions": {
3 "removeComments": true,
4 "preserveConstEnums": true,
5 "sourceMap": true,
6 "strictFunctionTypes": true,
7 "noImplicitAny": true,
8 "noImplicitReturns": true,
9 "noImplicitThis": true,
10 "suppressImplicitAnyIndexErrors": true,
11 "moduleResolution": "node",
12 "stripInternal": false,
13 "target": "es5",
14 "outDir": "./.out",
15 "lib": [
16 "es5",
17 "es2015.iterable",
18 "es2015.collection",
19 "es2015.promise",
20 "es2015.symbol",
21 "es2015.symbol.wellknown",
22 "dom"
23 ]
24 },
25 "formatCodeOptions": {
26 "indentSize": 2,
27 "tabSize": 2
28 },
29 "bazelOptions": {
30 "suppressTsconfigOverrideWarnings": true
31 }
32}