astro/packages/integrations/svelte/tsconfig.json

8 lines
155 B
JSON

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