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.
1 parent 751c033 commit c2c3961Copy full SHA for c2c3961
template/tsconfig.json
@@ -4,7 +4,7 @@
4
/* Basic Options */
5
"target": "esnext", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */
6
"module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
7
- "lib": ["es6"], /* Specify library files to be included in the compilation. */
+ "lib": ["es2017"], /* Specify library files to be included in the compilation. */
8
"allowJs": true, /* Allow javascript files to be compiled. */
9
// "checkJs": true, /* Report errors in .js files. */
10
"jsx": "react-native", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */
0 commit comments