astro/packages/integrations/preact/tsconfig.json

7 lines
120 B
JSON

{
"extends": "../../../tsconfig.base.json",
"include": ["src"],
"compilerOptions": {
"outDir": "./dist"
}
}