Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
leafac committed Aug 31, 2023
1 parent 6392fcf commit 43af2b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"rootDir": "./source/",
"outDir": "./build/",

"module": "ESNext",
"moduleResolution": "NodeNext",
"module": "NodeNext",
"esModuleInterop": true,
"isolatedModules": true,
"lib": ["ESNext", "DOM", "DOM.Iterable"],
Expand Down

0 comments on commit 43af2b2

Please sign in to comment.