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 5f3f47b commit b9bd2d6Copy full SHA for b9bd2d6
1 file changed
tsconfig.json
@@ -2,8 +2,8 @@
2
"compilerOptions": {
3
"moduleResolution": "bundler",
4
"allowJs": false,
5
- "target": "ES2025",
6
- "lib": ["ES2025"],
+ "target": "esnext",
+ "lib": ["esnext"],
7
"module": "ESNext",
8
"declaration": true,
9
"isolatedModules": true,
0 commit comments