omnivore/packages/rss-handler/tsconfig.json

9 lines
133 B
JSON
Raw Normal View History

2023-07-04 14:13:31 +00:00
{
"extends": "./../../tsconfig.json",
"compilerOptions": {
"outDir": "build",
"rootDir": "."
},
"include": ["src"]
}