Point package.json "types" field to generated .d.ts instead of raw .ts

This commit is contained in:
Kieran Kelk
2023-09-27 00:26:52 +01:00
parent 8eb03f05cf
commit 409cd6ee2e
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -12,6 +12,7 @@ jest.config.js
nodemon.json
example
src
tests
test
CHANGELOG.md
+1 -1
View File
@@ -15,7 +15,7 @@
"import": "./dist/index.js",
"default": "./dist/index.js"
},
"types": "./src/index.ts",
"types": "./dist/index.d.ts",
"keywords": [
"elysia",
"swagger"