astro/packages/astro/tsconfig.json
2023-08-01 16:00:39 +01:00

13 lines
330 B
JSON

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