Files
bun.sh/examples/tsconfig.json
2022-04-07 06:22:42 -07:00

9 lines
132 B
JSON

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