listener-rss/tests/tsconfig.json
2021-02-14 16:30:23 +01:00

8 lines
123 B
JSON

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