Revela-v4/tsconfig.json
2024-02-11 18:55:36 -06:00

6 lines
105 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"verbatimModuleSyntax": false,
}
}