astro/packages/integrations/svelte/tsconfig.json
2023-07-24 20:48:40 +02:00

11 lines
224 B
JSON

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