mirror of
https://github.com/zoriya/elysia-swagger.git
synced 2025-12-06 00:36:10 +00:00
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:
@@ -12,6 +12,7 @@ jest.config.js
|
||||
nodemon.json
|
||||
|
||||
example
|
||||
src
|
||||
tests
|
||||
test
|
||||
CHANGELOG.md
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
},
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.d.ts",
|
||||
"keywords": [
|
||||
"elysia",
|
||||
"swagger"
|
||||
|
||||
Reference in New Issue
Block a user