youtube-listener-rss/tests/tsconfig.json

8 lines
123 B
JSON
Raw Permalink Normal View History

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