listener-rss/tests/tsconfig.json

7 lines
94 B
JSON
Raw Normal View History

2021-02-13 17:40:22 +01:00
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"module": "commonjs"
}
}