We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 739c843 commit f3429b0Copy full SHA for f3429b0
1 file changed
tsconfig.json
@@ -1,11 +1,7 @@
1
{
2
"compilerOptions": {
3
- "target": "ES2021",
4
- "lib": [
5
- "dom",
6
- "dom.iterable",
7
- "esnext"
8
- ],
+ "target": "es2021",
+ "lib": ["dom", "dom.iterable", "esnext"],
9
"allowJs": true,
10
"skipLibCheck": true,
11
"strict": true,
0 commit comments