mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 23:32:38 +00:00
fix(vue-app): provide typescript backward compatibility
This commit is contained in:
parent
ce3b456961
commit
7fc23cd434
2
packages/vue-app/index.d.ts
vendored
Normal file
2
packages/vue-app/index.d.ts
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
// Dummy type definition file to provide backward compatibility
|
||||
// around Nuxt modules extending `@nuxt/vue-app` for Nuxt < 2.9
|
@ -6,8 +6,10 @@
|
||||
"files": [
|
||||
"dist",
|
||||
"template",
|
||||
"vetur"
|
||||
"vetur",
|
||||
"index.d.ts"
|
||||
],
|
||||
"typings": "index.d.ts",
|
||||
"main": "dist/vue-app.js",
|
||||
"dependencies": {
|
||||
"node-fetch": "^2.6.0",
|
||||
|
Loading…
Reference in New Issue
Block a user