1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 01:39:37 +02:00

Fix typescript tests

This commit is contained in:
Chocobozzz 2024-02-23 08:33:01 +01:00
parent 007b845cab
commit db06d13c67
No known key found for this signature in database
GPG key ID: 583A612D890159BE
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"
],