astro/packages/labs/prefetch/tsconfig.json
2022-06-25 20:27:46 -05:00

10 lines
190 B
JSON

{
"extends": "../../../tsconfig.base.json",
"include": ["src"],
"compilerOptions": {
"allowJs": true,
"module": "ES2020",
"outDir": "./dist",
"target": "ES2020",
}
}