listener-rss/tests/tsconfig.json

8 lines
123 B
JSON
Raw Normal View History

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