Skip to content

Commit

Permalink
prettier update
Browse files Browse the repository at this point in the history
  • Loading branch information
lcflight committed Feb 6, 2024
1 parent 2158d01 commit 0091bc2
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
{
"compilerOptions": {
"target": "es5",
"typeRoots": [
"node_modules/@types",
"src/@types"
],
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"typeRoots": ["node_modules/@types", "src/@types"],
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
Expand All @@ -23,9 +16,6 @@
"noEmit": true,
"jsx": "react"
},
"include": [
"src/",
"__tests__/**/*"
],
"include": ["src/", "__tests__/**/*"],
"extends": "expo/tsconfig.base"
}

0 comments on commit 0091bc2

Please sign in to comment.