blog/tsconfig.json
Michael Zhang 8e1fac9bd5
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
admonitions
2023-09-01 10:09:01 -05:00

8 lines
134 B
JSON

{
"extends": "astro/tsconfigs/strictest",
"compilerOptions": {
"moduleResolution": "Node",
"strictNullChecks": true
}
}