Skip to content

Commit 735d45b

Browse files
committed
Improve type information
1 parent 23c73cc commit 735d45b

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
"main": "dist/index.js",
4949
"types": "dist/index.d.ts",
5050
"files": [
51-
"dist"
51+
"dist",
52+
"*.d.ts"
5253
],
5354
"scripts": {
5455
"test": "pnpm --filter \"test-*\" install && pnpm --filter \"test-*\" test",

rollup.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { ExternalFluentPlugin, SFCFluentPlugin } from './dist/rollup'

vite.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { ExternalFluentPlugin, SFCFluentPlugin } from './dist/vite'

webpack.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { ExternalFluentPlugin, SFCFluentPlugin } from './dist/webpack'

0 commit comments

Comments
 (0)