Skip to content

Commit

Permalink
use node 16 identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Jun 18, 2024
1 parent de4c6a9 commit 8b429c1
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 @@ -7,8 +7,8 @@
],
"compilerOptions": {
"target": "es2020",
"module": "nodenext",
"moduleResolution": "nodenext",
"module": "node16",
"moduleResolution": "node16",
"moduleDetection": "force",
"lib": ["dom", "dom.iterable", "dom.asynciterable", "esnext"],
"allowImportingTsExtensions": true,
Expand Down

0 comments on commit 8b429c1

Please sign in to comment.