Files
bun.sh/test/bun.js/tsconfig.json
2022-08-04 22:16:05 -07:00

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"]
}
}
}