astro/tsconfig.base.json
2023-07-24 20:48:40 +02:00

11 lines
231 B
JSON

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