Files
bun.sh/examples/blank/tsconfig.json
2022-07-08 02:32:55 -07:00

10 lines
170 B
JSON

{
"compilerOptions": {
"lib": ["ESNext"],
"module": "esnext",
"target": "esnext",
// "bun-types" is the important part
"types": ["bun-types"]
}
}