astro/packages/integrations/prefetch/tsconfig.json

8 lines
130 B
JSON
Raw Normal View History

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