This website requires JavaScript.
Explore
Help
Register
Sign In
suimeng
/
honojs-middleware
mirror of
https://github.com/honojs/middleware.git
Watch
1
Star
0
Fork
You've already forked honojs-middleware
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
93b544fba0
honojs-middleware
/
packages
/
esbuild-transpiler
/
tsconfig.json
7 lines
93 B
JSON
Raw
Normal View
History
Unescape
Escape
feat: esbuild Transpiler Middleware (#231) * feat: esbuild Transpiler Middleware * changeset * add linkt to docs * add `global.d.ts` for docs * update readme Co-authored-by: Andres C. Rodriguez <acrodrig@users.noreply.github.com>
2023-11-05 09:57:04 +08:00
{
"extends"
:
"../../tsconfig.json"
,
"compilerOptions"
:
{
build(esbuild-transpiler): lint published package (#1046) * build(esbuild-transpiler): lint published package * chore: fix repository directory reference
2025-03-27 10:06:41 +08:00
"skipLibCheck"
:
false
}
}