astro/packages/create-astro/tsconfig.json
2021-07-19 18:23:39 -07:00

11 lines
238 B
JSON

{
"extends": "../../tsconfig.base.json",
"include": ["src", "index.d.ts"],
"compilerOptions": {
"allowJs": true,
"target": "ES2019",
"module": "ES2020",
"outDir": "./dist",
"declarationDir": "./dist/types"
}
}