mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
feat: new binding generator (#15638)
This commit is contained in:
@@ -1,26 +1,18 @@
|
||||
{
|
||||
"extends": "./tsconfig.base.json",
|
||||
"files": [],
|
||||
"include": [],
|
||||
"compilerOptions": {
|
||||
"noEmit": true,
|
||||
"skipLibCheck": true,
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
// "skipLibCheck": true,
|
||||
"allowJs": true
|
||||
"emitDecoratorMetadata": true
|
||||
},
|
||||
"include": [".", "packages/bun-types/index.d.ts"],
|
||||
"exclude": [
|
||||
"src/test",
|
||||
"src/js/out",
|
||||
// "src/js/builtins",
|
||||
"packages",
|
||||
"bench",
|
||||
"examples/*/*",
|
||||
"build",
|
||||
".zig-cache",
|
||||
"test",
|
||||
"vendor",
|
||||
"bun-webkit",
|
||||
"src/api/demo",
|
||||
"node_modules"
|
||||
],
|
||||
"files": ["src/js/builtins.d.ts"]
|
||||
"references": [
|
||||
//
|
||||
{ "path": "./src" },
|
||||
{ "path": "./src/bake" },
|
||||
{ "path": "./src/js" },
|
||||
{ "path": "./test" },
|
||||
{ "path": "./packages/bun-types" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user