From b6a3a655ae6ab1febfb773ed7593e6f7331cd514 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Sun, 27 Mar 2022 02:43:56 -0700 Subject: [PATCH] Create tsconfig.json --- examples/bun/tsconfig.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 examples/bun/tsconfig.json 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"] + } +}