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