Skip to content

Commit

Permalink
Revert last change
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Feb 2, 2025
1 parent b175cc3 commit a0b078d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/tsconfig.esm.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"esModuleInterop": true,
"module": "NodeNext",
"moduleResolution": "nodenext",
"module": "esnext",
"moduleResolution": "node",
"declaration": true,
"outDir": "./dist/esm",
"skipLibCheck": true
Expand Down

0 comments on commit a0b078d

Please sign in to comment.