Skip to content

Commit

Permalink
new typescript version not emitting types
Browse files Browse the repository at this point in the history
  • Loading branch information
kyscott18 committed Jul 18, 2023
1 parent 2939f39 commit 83fec6a
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@wagmi/cli": "^1.3.0",
"husky": "^8.0.3",
"rome": "^12.1.3",
"typescript": "^5.1.6",
"typescript": "^5.0.4",
"viem": "^1.3.0",
"vitest": "^0.33.0"
}
Expand Down
48 changes: 24 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
// This file is used to compile the for cjs and esm (see package.json build scripts). It should exclude all test files.
"extends": "./tsconfig.base.json",
"include": ["src"],
"include": ["./src"],
"exclude": [
"src/**/*.test.ts",
"src/**/*.test-d.ts",
Expand Down

0 comments on commit 83fec6a

Please sign in to comment.