Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBacon committed Jun 5, 2021
1 parent 64501c0 commit 4498705
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions with-typescript/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
{
"compilerOptions": {
"jsx": "react-native",
"target": "esnext",
"lib": [
"dom",
"esnext"
],
"allowJs": true,
"skipLibCheck": true,
"noEmit": true,
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"moduleResolution": "node"
},
"compilerOptions": {},
"extends": "expo/tsconfig.base"
}

0 comments on commit 4498705

Please sign in to comment.