Revela-v4/tsconfig.json
2024-02-22 12:08:07 -06:00

7 lines
151 B
JSON

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