astro/tsconfig.base.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
231 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"declaration": true,
"emitDeclarationOnly": true,
"strict": true,
2023-07-24 18:48:40 +00:00
"moduleResolution": "Node16",
"esModuleInterop": true,
"skipLibCheck": true,
"verbatimModuleSyntax": true
}
}