Files
bun.sh/examples/tsconfig.json

9 lines
136 B
JSON

{
"compilerOptions": {
"lib": ["ESNext"],
"module": "esnext",
"target": "esnext",
"typeRoots": ["~/.bun/types"]
}
}