Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into francoaguzzi/sc-25546…
Browse files Browse the repository at this point in the history
…/include-domain-logics-into-ens-utils
  • Loading branch information
FrancoAguzzi committed Aug 8, 2024
2 parents abfcb40 + 1c8a434 commit f118a91
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/two-rockets-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@namehash/namekit-react": minor
"@namehash/ens-utils": minor
---

Update tsconfig.json
Binary file not shown.
2 changes: 2 additions & 0 deletions packages/ens-utils/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"outDir": "./dist",
"rootDir": "./src",
},
"exclude": ["node_modules"]
}
7 changes: 5 additions & 2 deletions packages/namekit-react/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
"compilerOptions": {
"strict": true,
"jsx": "react",
"module": "esnext",
"moduleResolution": "node",
"module": "ES2020",
"outDir": "./dist",
"rootDir": "./src",
"moduleResolution": "bundler",
"target": "ES2020",
"resolveJsonModule": true,
"isolatedModules": true,
"esModuleInterop": true,
Expand Down

0 comments on commit f118a91

Please sign in to comment.