aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json9
1 files changed, 4 insertions, 5 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 0ee640ea0..d8be0da03 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -6,12 +6,10 @@
// "skipLibCheck": true,
"allowJs": true
},
- "include": [
- ".",
- "packages/bun-types/index.d.ts"
- ],
+ "include": [".", "packages/bun-types/index.d.ts"],
"exclude": [
"src/test",
+ // "src/js/builtins",
"packages",
"bench",
"examples/*/*",
@@ -21,5 +19,6 @@
"src/bun.js/WebKit",
"src/api/demo",
"node_modules"
- ]
+ ],
+ "files": ["src/js/builtins/builtins.d.ts"]
}