Last change
on this file since 571e0df was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
696 bytes
|
Line | |
---|
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 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.