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