Michael Zhang
8e1fac9bd5
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
7 lines
134 B
JSON
7 lines
134 B
JSON
{
|
|
"extends": "astro/tsconfigs/strictest",
|
|
"compilerOptions": {
|
|
"moduleResolution": "Node",
|
|
"strictNullChecks": true
|
|
}
|
|
}
|