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