Merge pull request #36 from kkelk/main

Point package.json "types" field to generated .d.ts instead of raw .ts
This commit is contained in:
SaltyAom
2023-10-27 12:50:35 +07:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ jest.config.js
nodemon.json
example
src
tests
test
CHANGELOG.md

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"