astro/packages/astro-rss/tsconfig.json

7 lines
117 B
JSON

{
"extends": "../../tsconfig.base.json",
"include": ["src"],
"compilerOptions": {
"outDir": "./dist"
}
}