mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 07:32:01 +00:00
fix(nuxi): add missing types
field (#5962)
This commit is contained in:
parent
ffd40d16c8
commit
296c5526fd
@ -4,6 +4,7 @@
|
|||||||
"repository": "nuxt/framework",
|
"repository": "nuxt/framework",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"types": "./dist/index.d.ts",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./dist/index.mjs",
|
".": "./dist/index.mjs",
|
||||||
"./cli": "./bin/nuxi.mjs"
|
"./cli": "./bin/nuxi.mjs"
|
||||||
|
Loading…
Reference in New Issue
Block a user