Skip to content

Commit edfe945

Browse files
committed
fix: add type stub for transform plugin
1 parent 4add89c commit edfe945

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"types": "./dist/index.d.ts",
1616
"files": [
1717
"dist",
18-
"nuxt.mjs"
18+
"nuxt.mjs",
19+
"transform.d.ts"
1920
],
2021
"scripts": {
2122
"build": "unbuild",

Diff for: transform.d.ts

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Legacy stub for previous TS versions
2+
3+
export * from './dist/transform'

0 commit comments

Comments
 (0)