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.
2 parents a6e254d + ccb3e22 commit 6d31066Copy full SHA for 6d31066
tsconfig.json
@@ -2,8 +2,8 @@
2
"compilerOptions": {
3
"pretty": true,
4
/* Basic Options */
5
- "target": "es2017", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */
6
- "lib": ["es2017", "dom"],
+ "target": "es2018", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */
+ "lib": ["es2018", "dom"],
7
"module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
8
// "allowJs": true, /* Allow javascript files to be compiled. */
9
// "checkJs": true, /* Report errors in .js files. */
0 commit comments