astro/packages/integrations/vue/tsconfig.json

11 lines
189 B
JSON
Raw Normal View History

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