We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e006037 commit b157ff8Copy full SHA for b157ff8
tsconfig.json
@@ -21,6 +21,21 @@
21
"experimentalDecorators": true,
22
"emitDecoratorMetadata": true,
23
"resolveJsonModule": true,
24
- "esModuleInterop": true
+ "esModuleInterop": true,
25
+ "lib": [
26
+ "es5",
27
+ "es6",
28
+ "dom",
29
+ "es2015.core",
30
+ "es2015.collection",
31
+ "es2015.generator",
32
+ "es2015.iterable",
33
+ "es2015.promise",
34
+ "es2015.proxy",
35
+ "es2015.reflect",
36
+ "es2015.symbol",
37
+ "es2015.symbol.wellknown",
38
+ "esnext.asynciterable"
39
+ ]
40
}
41
0 commit comments