summaryrefslogtreecommitdiff
path: root/packages/create-astro/tsconfig.json
blob: 6b3c4ca88a8854afdef2736fe603af15ea70d36e (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": "ES2019",
    "module": "ES2020",
    "outDir": "./dist",
    "declarationDir": "./dist/types"
  }
}