Skip to content

Commit

Permalink
fix ts errorff
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Aug 19, 2023
1 parent 38e7122 commit 119a98c
Showing 1 changed file with 27 additions and 3 deletions.
30 changes: 27 additions & 3 deletions packages/nextra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,21 @@
"types": "./dist/types.d.mts",
"typesVersions": {
"*": {
"compile": [
"./dist/compile.d.mts"
],
"context": [
"./dist/context.d.mts"
],
"data": [
"./dist/ssg.d.mts"
],
"ssg": [
"./dist/ssg.d.mts"
],
"locales": [
"./dist/locales.d.mts"
],
"icons": [
"./dist/icons/index.d.mts"
],
Expand All @@ -69,11 +81,23 @@
"hooks": [
"./dist/hooks/index.d.mts"
],
"layout": [
"./dist/layout.d.mts"
],
"remote": [
"./dist/remote.d.mts"
],
"mdx": [
"./dist/mdx.d.mts"
],
"filter-route-locale": [
"./dist/filter-route-locale.d.mts"
],
"normalize-pages": [
"./dist/normalize-pages.d.mts"
],
"mdx-plugins": [
"./dist/mdx-plugins/index.d.mts"
],
"*": [
"./dist/*.d.mts"
]
}
},
Expand Down

0 comments on commit 119a98c

Please sign in to comment.