astro/packages/astro/tsconfig.json

11 lines
268 B
JSON

{
"extends": "../../tsconfig.base.json",
"include": ["src"],
"compilerOptions": {
"allowJs": true,
"declarationDir": "./dist",
"outDir": "./dist",
"jsx": "preserve",
"types": ["@types/dom-view-transitions", "network-information-types"]
}
}