mirror of
https://github.com/nuxt/nuxt.git
synced 2025-03-21 08:45:53 +00:00
build(nuxt): add subpath imports for type support
This commit is contained in:
parent
4edd782011
commit
99f46e6576
@ -47,6 +47,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