astro/packages/integrations/image/tsconfig.json
2023-08-08 11:01:33 +01:00

11 lines
270 B
JSON

{
"extends": "../../../tsconfig.base.json",
"include": ["src", "types.d.ts"],
"compilerOptions": {
"allowJs": true,
"module": "ES2022",
"outDir": "./dist",
"target": "ES2022",
"typeRoots": ["node_modules/@types", "node_modules/@netlify"]
}
}