aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/bun/tsconfig.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/bun/tsconfig.json b/examples/bun/tsconfig.json
new file mode 100644
index 000000000..c4e7db2d8
--- /dev/null
+++ b/examples/bun/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "compilerOptions": {
+ "lib": ["ESNext"],
+ "types": ["../../types/bun"]
+ }
+}