mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Fix types (#2453)
* WIP * WIP * WIP * WIP * Improve typechecking in type files * Fix typechecking * Update * Update submodule * CI for typechecking * Add ci * Update commands * Format after build * Dont use bunx * Rename job * Use nodemodules prettier * Update workflow * Use symlink * Debug * Debug * Clean up and rename jobs
This commit is contained in:
@@ -8,22 +8,20 @@
|
||||
},
|
||||
"include": [
|
||||
".",
|
||||
"**/*.d.ts"
|
||||
"packages/bun-types/index.d.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"src/test",
|
||||
"packages",
|
||||
"bench",
|
||||
"examples/react-fast-refresh-test",
|
||||
"examples/macros",
|
||||
"examples/*/*",
|
||||
"test",
|
||||
"src/deps",
|
||||
"bun-webkit",
|
||||
// JavaScriptCore builtins use a non-standard "@" symbol to indicate a private identifier which no other tool supports
|
||||
"src/bun.js/builtins",
|
||||
"src/bun.js/WebKit",
|
||||
"src/api/demo",
|
||||
"test/snapshots",
|
||||
"test/snapshots-no-hmr",
|
||||
"node_modules"
|
||||
"node_modules",
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user