Skip to content

Commit

Permalink
🦭 Add types declaration to viem package (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiksuJak authored May 9, 2024
1 parent cd084d6 commit 07c8ad8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/core/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"compilerOptions": {
"rootDir": "./src",
"baseUrl": "./src",
"outDir": "./dist"
"outDir": "./dist",
"declaration": true
},
"exclude": ["test"]
}
1 change: 0 additions & 1 deletion packages/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"baseUrl": ".",
"rootDir": "./",
"strict": true,
"declaration": true,
"composite": true
},
"include": ["src", "test"]
Expand Down
3 changes: 2 additions & 1 deletion packages/viem/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"compilerOptions": {
"rootDir": "./src",
"baseUrl": "./src",
"outDir": "./dist"
"outDir": "./dist",
"declaration": true
},
"exclude": ["test"]
}

0 comments on commit 07c8ad8

Please sign in to comment.