astro/tsconfig.base.json

12 lines
229 B
JSON
Raw Normal View History

{
"compilerOptions": {
"declaration": true,
"emitDeclarationOnly": true,
"strict": true,
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true,
"verbatimModuleSyntax": true
}
}