astro/packages/astro/tsconfig.json

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

12 lines
232 B
JSON
Raw Normal View History

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