srx.astro.nix/tsconfig.json

6 lines
108 B
JSON
Raw Normal View History

2022-12-22 23:31:21 +01:00
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"importsNotUsedAsValues": "error",
}
2022-12-22 23:31:21 +01:00
}