Michael Zhang
f852b5f1a5
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
11 lines
232 B
JSON
11 lines
232 B
JSON
{
|
|
"extends": "astro/tsconfigs/strictest",
|
|
"compilerOptions": {
|
|
// "moduleResolution": "bundler",
|
|
"strictNullChecks": true,
|
|
"jsx": "react-jsx"
|
|
},
|
|
|
|
"include": [".astro/types.d.ts", "**/*"],
|
|
"exclude": ["dist"]
|
|
}
|