peertube-listener-rss/tests/tsconfig.json

8 lines
123 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true
}
}