Skip to content

Commit

Permalink
fix: add type stub for transform plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jul 17, 2022
1 parent 4add89c commit edfe945
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -15,7 +15,8 @@
"types": "./dist/index.d.ts",
"files": [
"dist",
"nuxt.mjs"
"nuxt.mjs",
"transform.d.ts"
],
"scripts": {
"build": "unbuild",
Expand Down
3 changes: 3 additions & 0 deletions transform.d.ts
@@ -0,0 +1,3 @@
// Legacy stub for previous TS versions

export * from './dist/transform'

0 comments on commit edfe945

Please sign in to comment.