Skip to content

Commit

Permalink
tsconfigの設定ミス修正
Browse files Browse the repository at this point in the history
  • Loading branch information
ken7253 committed May 17, 2024
1 parent f12a04f commit d310f79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"include": ["./**/*.ts"],
"compilerOptions": {
"lib": ["ESNext"],
"module": "ESNext",
"moduleResolution": "nodenext",
"lib": ["ESNext", "DOM"],
"module": "NodeNext",
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
Expand Down

0 comments on commit d310f79

Please sign in to comment.