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 1010 // "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */
1111 /* Language and Environment */
1212 "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. */
1419 "jsx" : " react" , /* Specify what JSX code is generated. */
1520 // "experimentalDecorators": true, /* Enable experimental support for TC39 stage 2 draft decorators. */
1621 // "emitDecoratorMetadata": true, /* Emit design-type metadata for decorated declarations in source files. */
You can’t perform that action at this time.
0 commit comments