Revela-v4/tsconfig.json
2024-03-07 14:43:14 -06:00

7 lines
130 B
JSON

{
"extends": "astro/tsconfigs/strict",
"exclude": ["dist/**"],
"compilerOptions": {
"verbatimModuleSyntax": false
}
}