feat: replace ts-node with tsx (#59019)

This commit is contained in:
Naomi
2025-03-11 19:55:54 +00:00
committed by GitHub
parent c444541a0b
commit 0b96c09e84
11 changed files with 4501 additions and 1853 deletions
-8
View File
@@ -15,13 +15,5 @@
"resolveJsonModule": true,
"skipLibCheck": true,
"types": ["node", "jest"]
},
// since ts-node compiles ts on the fly and then uses node, it needs to
// compile the scripts to commonjs (or node will complain about the requires)
"ts-node": {
"compilerOptions": {
"module": "commonjs"
},
"transpileOnly": true
}
}