Skip to content

Commit 172b321

Browse files
authored
Update tsconfig.json
addressed issue (#17) which caused typescript to fail compilation of a newly created project
1 parent 2d7334d commit 172b321

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"compilerOptions": {
33
"allowSyntheticDefaultImports": true,
44
"esModuleInterop": true,
5-
"jsx": "react-native",
5+
"jsx": "react",
6+
"lib": ["es6"],
67
"module": "es6",
78
"moduleResolution": "node",
89
"noEmit": true,

0 commit comments

Comments
 (0)