Files
bun.sh/bench/hot-module-reloading/css-stress-test/tsconfig.json
Colin McDonnell 34fd4df646 Fix broken anchors
2023-07-26 17:11:15 -07:00

9 lines
135 B
JSON

{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"baseUrl": ".",
"jsx": "react-jsx",
"paths": {}
}
}