Skip to content

Commit

Permalink
Require extension in import
Browse files Browse the repository at this point in the history
  • Loading branch information
NotWoods committed Jul 29, 2024
1 parent be1f8f6 commit e907e5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"allowJs": true,
"checkJs": true,
"target": "es2015",
"module": "es2020",
"moduleResolution": "node",
"module": "nodenext",
"moduleResolution": "nodenext",
"skipLibCheck": true,
"strict": true,
"strictNullChecks": false,
Expand Down

0 comments on commit e907e5d

Please sign in to comment.