Skip to content

Commit

Permalink
⚙️config: update esnext target
Browse files Browse the repository at this point in the history
  • Loading branch information
Marukome0743 authored Apr 20, 2024
1 parent 454ae1a commit 2707db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"target": "esnext"
"lib": ["dom", "dom.iterable", "esnext"],

Check failure on line 4 in tsconfig.json

View workflow job for this annotation

GitHub Actions / quality

expected `,` but instead found `"lib"`

Check failure on line 4 in tsconfig.json

View workflow job for this annotation

GitHub Actions / quality

expected `,` but instead found `"lib"`

Check failure on line 4 in tsconfig.json

View workflow job for this annotation

GitHub Actions / quality

expected `,` but instead found `"lib"`

Check failure on line 4 in tsconfig.json

View workflow job for this annotation

GitHub Actions / quality

expected `,` but instead found `"lib"`
"allowJs": true,
"skipLibCheck": true,
Expand All @@ -20,7 +21,6 @@
"paths": {
"@/*": ["./*"]
},
"target": "ES2017"
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
Expand Down

0 comments on commit 2707db4

Please sign in to comment.