File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 10
10
// "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */
11
11
/* Language and Environment */
12
12
"target" : " es2016" , /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
13
- // "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
13
+ "lib" : [
14
+ " ES2015" ,
15
+ " ES2016" ,
16
+ " ES2017" ,
17
+ " DOM"
18
+ ], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
14
19
"jsx" : " react" , /* Specify what JSX code is generated. */
15
20
// "experimentalDecorators": true, /* Enable experimental support for TC39 stage 2 draft decorators. */
16
21
// "emitDecoratorMetadata": true, /* Emit design-type metadata for decorated declarations in source files. */
You can’t perform that action at this time.
0 commit comments