diff options
author | 2023-07-26 17:11:05 -0700 | |
---|---|---|
committer | 2023-07-26 17:11:15 -0700 | |
commit | 34fd4df6460dfb46b20445c15e4eaa7561deba99 (patch) | |
tree | e91fbd87f669da2719e8cc980f5b5931a582b382 /bench | |
parent | a6d54e59491a8db94467e482e063c06ee4c27be2 (diff) | |
download | bun-34fd4df6460dfb46b20445c15e4eaa7561deba99.tar.gz bun-34fd4df6460dfb46b20445c15e4eaa7561deba99.tar.zst bun-34fd4df6460dfb46b20445c15e4eaa7561deba99.zip |
Fix broken anchors
Diffstat (limited to 'bench')
-rw-r--r-- | bench/hot-module-reloading/css-stress-test/tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/hot-module-reloading/css-stress-test/tsconfig.json b/bench/hot-module-reloading/css-stress-test/tsconfig.json index 289c8f710..718c2366c 100644 --- a/bench/hot-module-reloading/css-stress-test/tsconfig.json +++ b/bench/hot-module-reloading/css-stress-test/tsconfig.json @@ -5,4 +5,4 @@ "jsx": "react-jsx", "paths": {} } -}
\ No newline at end of file +} |