Skip to content

Commit 08fa4ec

Browse files
committed
chore: update tsconfig file
1 parent 8b10587 commit 08fa4ec

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tsconfig.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/tsconfig",
33
"compilerOptions": {
4-
"module": "esnext",
5-
"lib": ["esnext"],
4+
"module": "ES2022",
65
"allowJs": true,
76
"importHelpers": true,
87
"declaration": true,
@@ -12,8 +11,7 @@
1211
"noFallthroughCasesInSwitch": true,
1312
"noUnusedLocals": false,
1413
"noUnusedParameters": false,
15-
"moduleResolution": "node",
16-
"jsx": "react",
14+
"moduleResolution": "bundler",
1715
"esModuleInterop": true,
1816
"skipLibCheck": true,
1917
"forceConsistentCasingInFileNames": true,

0 commit comments

Comments
 (0)