mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
* Rewrite bun-types to include @types/node * Incorporate new commits * Update bun.lockb * [autofix.ci] apply automated fixes * Update readme, add back webkit * Updates * BunJS -> Bun * Switch init to @types/bun * [autofix.ci] apply automated fixes * Tweaks * Revert docs changes * Fix bugs --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
20 lines
410 B
JSON
20 lines
410 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["ESNext"],
|
|
"module": "esnext",
|
|
"target": "esnext",
|
|
"moduleResolution": "Bundler",
|
|
"allowImportingTsExtensions": true,
|
|
"noEmit": true,
|
|
"strict": true,
|
|
"noImplicitAny": false,
|
|
"allowJs": true,
|
|
"downlevelIteration": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"jsx": "react-jsx",
|
|
|
|
"typeRoots": ["./packages"]
|
|
}
|
|
}
|