We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b10587 commit 08fa4ecCopy full SHA for 08fa4ec
tsconfig.json
@@ -1,8 +1,7 @@
1
{
2
"$schema": "https://json.schemastore.org/tsconfig",
3
"compilerOptions": {
4
- "module": "esnext",
5
- "lib": ["esnext"],
+ "module": "ES2022",
6
"allowJs": true,
7
"importHelpers": true,
8
"declaration": true,
@@ -12,8 +11,7 @@
12
11
"noFallthroughCasesInSwitch": true,
13
"noUnusedLocals": false,
14
"noUnusedParameters": false,
15
- "moduleResolution": "node",
16
- "jsx": "react",
+ "moduleResolution": "bundler",
17
"esModuleInterop": true,
18
"skipLibCheck": true,
19
"forceConsistentCasingInFileNames": true,
0 commit comments