astro/packages/astro/tsconfig.json

12 lines
238 B
JSON
Raw Normal View History

2021-03-15 17:22:05 +00:00
{
"extends": "../../tsconfig.base.json",
"include": ["src", "index.d.ts"],
2021-03-15 17:22:05 +00:00
"compilerOptions": {
"allowJs": true,
2021-07-20 01:23:39 +00:00
"target": "ES2019",
"module": "ES2020",
"outDir": "./dist",
"declarationDir": "./dist/types"
2021-03-15 17:22:05 +00:00
}
}