Files
bun-src/test/bundler/transpiler/tsconfig.with-commas.json
2026-08-27 21:09:14 +00:00

12 lines
149 B
JSON

{
"buildOptions": {
"outDir": "dist",
"baseUrl": ".",
"paths": {
"src/*": ["src/*"]
}
}
// such comment
// very much
}