Skip to content

Commit

Permalink
use NodeNext module resolution in esm only
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Jul 18, 2024
1 parent 85eb22a commit 354a736
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/tsconfig/tsconfig.esm-only.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"outDir": "${configDir}/dist",
"rootDir": "${configDir}/src",

"module": "NodeNext",
"moduleResolution": "NodeNext",

"incremental": true,
"composite": true,
"isolatedDeclarations": true
Expand Down

0 comments on commit 354a736

Please sign in to comment.