diff options
author | 2022-04-03 17:24:26 -0700 | |
---|---|---|
committer | 2022-04-03 17:24:26 -0700 | |
commit | 70bb8bda2352a646e76f48df33cc493bc8d30c3d (patch) | |
tree | 812261c7e3800017e4490a014e86d5230127e2ae /examples | |
parent | 665acdb170cb8b608758835d102d2ab482a69eb1 (diff) | |
download | bun-70bb8bda2352a646e76f48df33cc493bc8d30c3d.tar.gz bun-70bb8bda2352a646e76f48df33cc493bc8d30c3d.tar.zst bun-70bb8bda2352a646e76f48df33cc493bc8d30c3d.zip |
Fix the types
Diffstat (limited to 'examples')
-rw-r--r-- | examples/bun/tsconfig.json | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/examples/bun/tsconfig.json b/examples/bun/tsconfig.json index a6c1f5d71..4082f16a5 100644 --- a/examples/bun/tsconfig.json +++ b/examples/bun/tsconfig.json @@ -1,11 +1,3 @@ { - "compilerOptions": { - "lib": ["ESNext"], - "allowJs": true, - "checkJs": true, - "noEmit": true, - "target": "esnext", - "module": "esnext", - "types": ["../../types/bun"] - } + "extends": "../../tsconfig.json" } |