Skip to content

Commit

Permalink
fix: support package.json exports
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanSalt committed Aug 24, 2023
1 parent 2923ee1 commit 58241f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"strictNullChecks": true,
"esModuleInterop": true,
"isolatedModules": true,
"moduleResolution": "Node",
"moduleResolution": "Node16",
"forceConsistentCasingInFileNames": true,
"newLine": "LF",
"resolveJsonModule": true,
Expand Down

0 comments on commit 58241f8

Please sign in to comment.