11 lines
167 B
JSON
11 lines
167 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"strictNullChecks": true
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
"astro.config.mjs",
|
|
"emdash-env.d.ts"
|
|
]
|
|
} |