Files

10 lines
189 B
JSON
Raw Permalink Normal View History

{
"extends": "../../tsconfig.base.json",
"include": [".astro/types.d.ts", "src"],
"compilerOptions": {
"isolatedDeclarations": false,
"declaration": false,
"composite": false
}
}