mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-10 02:17:37 +03:00
11 lines
197 B
JavaScript
11 lines
197 B
JavaScript
process.env.TSX_TSCONFIG_PATH = './packages/tests/tsconfig.json'
|
|
|
|
module.exports = {
|
|
"node-option": [
|
|
"import=tsx",
|
|
"no-warnings",
|
|
"conditions=peertube:tsx"
|
|
],
|
|
"timeout": 30000
|
|
}
|