Chore: Remove betterer:merge and revert previous changes to betterer:stats (#98609)

This commit is contained in:
Tom Ratcliffe
2025-02-12 17:14:43 +02:00
committed by GitHub
parent a1e59a92b0
commit 1f6142dd8f
3 changed files with 10 additions and 9 deletions
+4 -1
View File
@@ -6,6 +6,9 @@
"extends": "../../tsconfig.json",
"ts-node": {
"transpileOnly": true,
"swc": true
"swc": true,
"compilerOptions": {
"module": "commonjs"
}
}
}