aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/bun/tsconfig.json10
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"
}