Revela-v4/tsconfig.json

7 lines
149 B
JSON

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