diff --git a/examples/bun/tsconfig.json b/examples/bun/tsconfig.json new file mode 100644 index 0000000000..c4e7db2d86 --- /dev/null +++ b/examples/bun/tsconfig.json @@ -0,0 +1,6 @@ +{ + "compilerOptions": { + "lib": ["ESNext"], + "types": ["../../types/bun"] + } +}