Skip to content

Commit 5b34e03

Browse files
committed
feat: add root server.d.ts
1 parent 13fbf0f commit 5b34e03

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
}
4242
},
4343
"files": [
44-
"dist/**/*"
44+
"dist/**/*",
45+
"server.d.ts"
4546
],
4647
"scripts": {
4748
"build": "run-s build:*",

Diff for: server.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from './dist/server.d.ts'

0 commit comments

Comments
 (0)