11 lines
198 B
JavaScript
11 lines
198 B
JavaScript
|
process.env.ESBK_TSCONFIG_PATH = './packages/tests/tsconfig.json'
|
||
|
|
||
|
module.exports = {
|
||
|
"node-option": [
|
||
|
"loader=tsx",
|
||
|
"no-warnings",
|
||
|
"conditions=peertube:tsx"
|
||
|
],
|
||
|
"timeout": 30000
|
||
|
}
|