mirror of
https://github.com/nuxt/nuxt.git
synced 2025-03-20 00:11:18 +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": {
|
||||
"types": "./dist/app/nuxt.d.ts",
|
||||
"import": "./dist/app/nuxt.js"
|
||||
},
|
||||
"#unhead/composables": {
|
||||
"types": "./dist/head/runtime/composables/v4.d.ts",
|
||||
"import": "./dist/head/runtime/composables/v4.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
|
Loading…
Reference in New Issue
Block a user