listener-rss/tests/tsconfig.json
2021-02-13 17:40:22 +01:00

7 lines
94 B
JSON

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