Skip to content

Commit

Permalink
fix: types not resolved in ts >=4.5, fix #119 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
replygirl authored Dec 8, 2021
1 parent ebc2ffe commit cee286a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,30 @@
"require": "./dist/types.js",
"import": "./dist/types.mjs"
},
"./types/preact": {
"types": "./types/preact.d.ts"
},
"./types/raw": {
"types": "./types/raw.d.ts"
},
"./types/react": {
"types": "./types/react.d.ts"
},
"./types/solid": {
"types": "./types/solid.d.ts"
},
"./types/svelte": {
"types": "./types/svelte.d.ts"
},
"./types/vue": {
"types": "./types/vue.d.ts"
},
"./types/vue3": {
"types": "./types/vue3.d.ts"
},
"./types/web-components": {
"types": "./types/web-components.d.ts"
},
"./vite": {
"require": "./dist/vite.js",
"import": "./dist/vite.mjs"
Expand Down

0 comments on commit cee286a

Please sign in to comment.