Skip to content

Commit fd51b29

Browse files
committed
refactor!: remove typesVersions from package.json
1 parent 49e0fbe commit fd51b29

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

package.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@
1616
"./jsx-runtime": "./dist/jsx-runtime.js",
1717
"./jsx-dev-runtime": "./dist/jsx-dev-runtime.js"
1818
},
19-
"typesVersions": {
20-
"*": {
21-
"*": [
22-
"./dist/*",
23-
"./dist/*/index.d.ts"
24-
]
25-
}
26-
},
2719
"scripts": {
2820
"lint": "eslint --ignore-path .gitignore --max-warnings 0 --ext=.js,.ts .",
2921
"typecheck": "tsc --skipLibCheck --noEmit",

0 commit comments

Comments
 (0)