Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
tiesen243 committed Jan 28, 2025
1 parent 39a1bfe commit 39de20c
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions tooling/typescript/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
"esModuleInterop": true,
"skipLibCheck": true,
"target": "ES2022",
"lib": [
"ES2022"
],
"lib": ["ES2022"],
"allowJs": true,
"resolveJsonModule": true,
"moduleDetection": "force",
Expand All @@ -26,11 +24,5 @@
"moduleResolution": "Bundler",
"noEmit": true
},
"exclude": [
"node_modules",
"build",
"dist",
".next",
".expo"
]
"exclude": ["node_modules", "build", "dist", ".next", ".expo"]
}

0 comments on commit 39de20c

Please sign in to comment.