This repository has been archived on 2025-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
limepot-xyz/tsconfig.json
2024-04-17 03:25:55 -06:00

6 lines
97 B
JSON
Executable file

{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"strictNullChecks": true
}
}