Skip to content

Commit

Permalink
chore(build): add es2015 to tslib
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Dec 12, 2018
1 parent e24bb4b commit d3a6270
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@
/* Basic Options */
"target": "es5", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */
"module": "es2015", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
"lib": ["es2017", "es2018", "dom", "dom.iterable"], /* Specify library files to be included in the compilation. */
"lib": [ /* Specify library files to be included in the compilation */
"es2015",
"es2016",
"es2017",
"es2018",
"dom",
"dom.iterable"
],
"allowJs": true, /* Allow javascript files to be compiled. */
// "checkJs": true, /* Report errors in .js files. */
// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */
Expand Down

0 comments on commit d3a6270

Please sign in to comment.