summaryrefslogtreecommitdiff
path: root/packages/astro-rss/tsconfig.json
blob: 06900f0f0953d4718863ac3ab1289ecbd64c9137 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  "extends": "../../tsconfig.base.json",
  "include": ["src"],
  "compilerOptions": {
    "allowJs": true,
    "module": "ES2020",
    "outDir": "./dist",
    "target": "ES2020"
  }
}