Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed May 26, 2022
1 parent 5c1b6ed commit eb0cc76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// Disabled because of https://github.com/Microsoft/TypeScript/issues/29172
// "outDir": "dist",

"module": "nodenext",
"module": "node16",
"moduleDetection": "force",
"target": "ES2020", // Node.js 14
"lib": [
"DOM",
Expand Down

0 comments on commit eb0cc76

Please sign in to comment.