diff options
author | 2022-03-27 02:43:56 -0700 | |
---|---|---|
committer | 2022-03-27 02:45:30 -0700 | |
commit | b6a3a655ae6ab1febfb773ed7593e6f7331cd514 (patch) | |
tree | 37442ede055814984d14b1edeea300efcb3830de | |
parent | 4df62a67e7a7f4b484469c92d1c60e2b645e676b (diff) | |
download | bun-b6a3a655ae6ab1febfb773ed7593e6f7331cd514.tar.gz bun-b6a3a655ae6ab1febfb773ed7593e6f7331cd514.tar.zst bun-b6a3a655ae6ab1febfb773ed7593e6f7331cd514.zip |
Create tsconfig.json
-rw-r--r-- | examples/bun/tsconfig.json | 6 |
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"] + } +} |