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 4add89c commit edfe945Copy full SHA for edfe945
package.json
@@ -15,7 +15,8 @@
15
"types": "./dist/index.d.ts",
16
"files": [
17
"dist",
18
- "nuxt.mjs"
+ "nuxt.mjs",
19
+ "transform.d.ts"
20
],
21
"scripts": {
22
"build": "unbuild",
transform.d.ts
@@ -0,0 +1,3 @@
1
+// Legacy stub for previous TS versions
2
+
3
+export * from './dist/transform'
0 commit comments