mirror of
https://github.com/nuxt/nuxt.git
synced 2025-03-21 16:55:57 +00:00
build(nuxt): add subpath imports for type support
This commit is contained in:
parent
80c8cd27bf
commit
8ef3fcc4d1
@ -51,6 +51,10 @@
|
|||||||
"#app/nuxt": {
|
"#app/nuxt": {
|
||||||
"types": "./dist/app/nuxt.d.ts",
|
"types": "./dist/app/nuxt.d.ts",
|
||||||
"import": "./dist/app/nuxt.js"
|
"import": "./dist/app/nuxt.js"
|
||||||
|
},
|
||||||
|
"#unhead/composables": {
|
||||||
|
"types": "./dist/head/runtime/composables/v4.d.ts",
|
||||||
|
"import": "./dist/head/runtime/composables/v4.js"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
|
Loading…
Reference in New Issue
Block a user