Files
joururi-portfolio/tsconfig.json
2024-08-06 17:22:28 +02:00

6 lines
102 B
JSON

{
"extends": "./tsconfig.astro.strictest",
"compilerOptions": {
"strictNullChecks": true
}
}