9 lines
158 B
JSON
Executable File
9 lines
158 B
JSON
Executable File
{
|
|
"extends": "astro/tsconfigs/base",
|
|
"include": [".astro/types.d.ts", "**/*"],
|
|
"exclude": ["dist"],
|
|
"compilerOptions": {
|
|
"strictNullChecks": true
|
|
}
|
|
}
|