aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-03-27 02:43:56 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-03-27 02:45:30 -0700
commitb6a3a655ae6ab1febfb773ed7593e6f7331cd514 (patch)
tree37442ede055814984d14b1edeea300efcb3830de
parent4df62a67e7a7f4b484469c92d1c60e2b645e676b (diff)
downloadbun-b6a3a655ae6ab1febfb773ed7593e6f7331cd514.tar.gz
bun-b6a3a655ae6ab1febfb773ed7593e6f7331cd514.tar.zst
bun-b6a3a655ae6ab1febfb773ed7593e6f7331cd514.zip
Create tsconfig.json
-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"]
+ }
+}