Skip to content

Commit 8cc1825

Browse files
committed
Ch 4.5 - Fix TS issue - Add jsconfig.json for TypeScript configuration in mobile app
1 parent 391fb51 commit 8cc1825

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"compilerOptions": {
3+
"allowJs": true,
4+
"jsx": "react-native",
5+
"skipLibCheck": true
6+
},
7+
"exclude": ["node_modules", "build"]
8+
}

0 commit comments

Comments
 (0)