kjelsrud.dev/node_modules/astro/tsconfigs/strict.json

10 lines
228 B
JSON
Raw Normal View History

2023-07-19 21:31:30 +02:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./base.json",
"compilerOptions": {
"strict": true,
// Error when a value import is only used as a type.
"importsNotUsedAsValues": "error"
}
}