Skip to content

Commit d3ef835

Browse files
committed
fix: no code generate
1 parent e5ee243 commit d3ef835

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"license": "MIT",
2525
"main": "./lib/index",
2626
"module": "./es/index",
27+
"types": "./lib/index.d.ts",
2728
"config": {
2829
"port": 8899
2930
},

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"target": "es6",
77
"noImplicitAny": false,
88
"noUnusedLocals": true,
9-
"noEmit": true,
109
"baseUrl": "src"
1110
}
1211
}

0 commit comments

Comments
 (0)