Skip to content

Commit

Permalink
build: fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
itwillwork committed Jun 17, 2024
1 parent 21a7080 commit 146ff97
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@
"typesVersions": {
"*": {
"clickhouse": [
"./dist/databases/clickhouse/index.d.ts"
"./dist/types/databases/clickhouse/index.d.ts"
],
"mysql": [
"./dist/databases/mysql/index.d.ts"
"./dist/types/databases/mysql/index.d.ts"
],
"yql": [
"./dist/databases/yql/index.d.ts"
"./dist/types/databases/yql/index.d.ts"
],
"postgresql": [
"./dist/databases/postgresql/index.d.ts"
"./dist/types/databases/postgresql/index.d.ts"
],
"shared": [
"./dist/shared/index.d.ts"
"./dist/types/shared/index.d.ts"
]
}
},
Expand Down

0 comments on commit 146ff97

Please sign in to comment.