Fix typescript tests

This commit is contained in:
Chocobozzz
2024-02-23 08:33:01 +01:00
parent 007b845cab
commit db06d13c67
6 changed files with 12 additions and 13 deletions

View File

@@ -2,7 +2,7 @@ process.env.TSX_TSCONFIG_PATH = './packages/tests/tsconfig.json'
module.exports = {
"node-option": [
"loader=tsx",
"import=tsx",
"no-warnings",
"conditions=peertube:tsx"
],