Skip to content

Commit c2c3961

Browse files
Fix lib to use iOS 10.x JSC base and remove DOM declarations (#164)
1 parent 751c033 commit c2c3961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/* Basic Options */
55
"target": "esnext", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */
66
"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. */
7+
"lib": ["es2017"], /* Specify library files to be included in the compilation. */
88
"allowJs": true, /* Allow javascript files to be compiled. */
99
// "checkJs": true, /* Report errors in .js files. */
1010
"jsx": "react-native", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */

0 commit comments

Comments
 (0)