Skip to content

Commit

Permalink
build: use .d.ts for runtime generated types (#2313)
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 25, 2024
1 parent d1b9291 commit 98395f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"import": "./dist/cli/index.mjs"
},
"./runtime/*": {
"types": "./dist/runtime/*.d.mts",
"types": "./dist/runtime/*.d.ts",
"import": "./dist/runtime/*.mjs"
},
"./dist/runtime/*": {
"types": "./dist/runtime/*.d.mts",
"types": "./dist/runtime/*.d.ts",
"import": "./dist/runtime/*.mjs"
},
"./package.json": "./package.json"
Expand Down

0 comments on commit 98395f7

Please sign in to comment.