Skip to content

Commit 63fcce1

Browse files
committed
Add tsconfig lib for padStart
1 parent 778e793 commit 63fcce1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tsconfig.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@
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. */

0 commit comments

Comments
 (0)