mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 19:38:58 +00:00
* hono example with typescript * changing of name in package json * adding dom to lib * removal of git ignore * removed DOM * Update examples/hono/src/index.ts Co-authored-by: Hyro <generalkubo@gmail.com> * changed port * added read me * Update index.ts * Update package.json * Update readme.md Co-authored-by: Hyro <generalkubo@gmail.com> Co-authored-by: Jesse Lucas <jlucas@corpcloud.com.au> Co-authored-by: Finn R. Gärtner <65015656+FinnRG@users.noreply.github.com>
10 lines
219 B
JSON
10 lines
219 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["ESNext"],
|
|
"module": "esnext",
|
|
"target": "esnext",
|
|
"moduleResolution": "node",
|
|
// "bun-types" is the important part
|
|
"types": ["bun-types"]
|
|
}
|
|
} |