Skip to content

Commit d7f37a9

Browse files
robinvw1radko93
authored andcommitted
Update jsx from react to react-native (#87)
1 parent 30309db commit d7f37a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

template/tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
{
33
"compilerOptions": {
44
/* Basic Options */
5-
"target": "esnext", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */
5+
"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": ["es6"], /* 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. */
10-
"jsx": "react", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */
10+
"jsx": "react-native", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */
1111
// "declaration": true, /* Generates corresponding '.d.ts' file. */
1212
// "sourceMap": true, /* Generates corresponding '.map' file. */
1313
// "outFile": "./", /* Concatenate and emit output to single file. */

0 commit comments

Comments
 (0)