Revela-v4/tsconfig.json

7 lines
146 B
JSON

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