astro/tsconfig.base.json

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

13 lines
280 B
JSON
Raw Normal View History

{
"compilerOptions": {
"declaration": true,
"emitDeclarationOnly": true,
"strict": true,
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"importsNotUsedAsValues": "error"
}
}