We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a06dfb commit 3ca7ecaCopy full SHA for 3ca7eca
packages/config/index.d.ts
@@ -0,0 +1,2 @@
1
+// Dummy type definition file to provide backward compatibility
2
+// around Nuxt modules extending `@nuxt/config` for Nuxt < 2.9
packages/config/package.json
@@ -4,9 +4,11 @@
4
"repository": "nuxt/nuxt.js",
5
"license": "MIT",
6
"files": [
7
- "dist"
+ "dist",
8
+ "index.d.ts"
9
],
10
"main": "dist/config.js",
11
+ "typings": "index.d.ts",
12
"dependencies": {
13
"@nuxt/utils": "2.9.1",
14
"consola": "^2.10.1",
0 commit comments