diff options
author | 2021-11-22 21:52:28 -0500 | |
---|---|---|
committer | 2021-11-22 21:52:28 -0500 | |
commit | c07103748551d869258f3d0cc2a95a14b45d9a60 (patch) | |
tree | 93af42567c6f8f30670d009ec56762a9f69813df /packages/bun-framework-next/libs.d.ts | |
parent | 4edfa171f01d970972678f645f19c8cbb546fc2d (diff) | |
download | bun-c07103748551d869258f3d0cc2a95a14b45d9a60.tar.gz bun-c07103748551d869258f3d0cc2a95a14b45d9a60.tar.zst bun-c07103748551d869258f3d0cc2a95a14b45d9a60.zip |
try adding lib.ts
Diffstat (limited to '')
-rw-r--r-- | packages/bun-framework-next/libs.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/bun-framework-next/libs.d.ts b/packages/bun-framework-next/libs.d.ts new file mode 100644 index 000000000..67c425c0d --- /dev/null +++ b/packages/bun-framework-next/libs.d.ts @@ -0,0 +1 @@ +declare module "react-dom/server.browser" {} |