fix(nuxi): add missing types field (#5962)

This commit is contained in:
yoho 2022-07-18 17:34:56 +08:00 committed by GitHub
parent ffd40d16c8
commit 296c5526fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@
"repository": "nuxt/framework",
"license": "MIT",
"type": "module",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.mjs",
"./cli": "./bin/nuxi.mjs"