blob: 88566cfcb1860d944b5effad200b2ed4dbac2c16 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
process.env.ESBK_TSCONFIG_PATH = './packages/tests/tsconfig.json'
module.exports = {
"node-option": [
"loader=tsx",
"no-warnings",
"conditions=peertube:tsx"
],
"timeout": 30000
}
|