mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
16 lines
282 B
JSON
16 lines
282 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["ESNext"],
|
|
"module": "esnext",
|
|
"target": "esnext",
|
|
"noEmit": true,
|
|
"allowJs": true,
|
|
"types": ["bun-types"],
|
|
"allowSyntheticDefaultImports": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"foo/bar": ["baz.js"]
|
|
}
|
|
}
|
|
}
|