listener-rss/tests/tsconfig.json

7 lines
101 B
JSON
Raw Permalink Normal View History

2021-02-13 17:40:22 +01:00
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
2021-06-29 17:50:27 +02:00
},
"files": ["./index-spec.ts"]
2021-02-13 17:40:22 +01:00
}