Revela-v4/tsconfig.json
2024-02-20 10:06:58 -06:00

7 lines
139 B
JSON

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