setup-bun/tsconfig.json
2022-07-11 08:44:25 +02:00

9 lines
177 B
JSON

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