mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-07 09:22:27 +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": [
|
"files": [
|
||||||
"dist",
|
"dist",
|
||||||
"template",
|
"template",
|
||||||
"vetur"
|
"vetur",
|
||||||
|
"index.d.ts"
|
||||||
],
|
],
|
||||||
|
"typings": "index.d.ts",
|
||||||
"main": "dist/vue-app.js",
|
"main": "dist/vue-app.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"node-fetch": "^2.6.0",
|
"node-fetch": "^2.6.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user