0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/packages/astro/tsconfig.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
259 B
JSON
Raw Normal View History

2021-03-15 12:22:05 -05:00
{
"extends": "../../tsconfig.base.json",
"include": ["src", "index.d.ts"],
2021-03-15 12:22:05 -05:00
"compilerOptions": {
"allowJs": true,
"declarationDir": "./dist",
"module": "ES2020",
"outDir": "./dist",
"target": "ES2020",
"types": ["./client"]
2021-03-15 12:22:05 -05:00
}
}