Files
bun.sh/tsconfig.json
2022-04-04 06:38:12 -07:00

10 lines
153 B
JSON

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