Skip to content

Commit

Permalink
chore: update tsconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
mvantellingen committed Nov 9, 2024
1 parent 8b10587 commit 08fa4ec
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"module": "esnext",
"lib": ["esnext"],
"module": "ES2022",
"allowJs": true,
"importHelpers": true,
"declaration": true,
Expand All @@ -12,8 +11,7 @@
"noFallthroughCasesInSwitch": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"moduleResolution": "node",
"jsx": "react",
"moduleResolution": "bundler",
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
Expand Down

0 comments on commit 08fa4ec

Please sign in to comment.