This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
hono
Watch
0
Star
0
Fork
0
You've already forked hono
mirror of
https://github.com/honojs/hono.git
synced
2024-11-22 02:27:49 +01:00
Code
Issues
Releases
Activity
a289e0fc8d
hono
/
tsconfig.build.json
9 lines
115 B
JSON
Raw
Normal View
History
Unescape
Escape
fix: do not include test files in npm packages (#241)
2022-05-17 01:15:12 +02:00
{
"extends"
:
"./tsconfig.json"
,
"include"
:
[
feat: serve-static middleware supports Module Worker mode (#250)
2022-05-19 02:29:09 +02:00
"src/**/*.ts"
fix: do not include test files in npm packages (#241)
2022-05-17 01:15:12 +02:00
]
,
"exclude"
:
[
"src/**/*.test.ts"
]
}
Copy Permalink