12 lines
196 B
JSON
12 lines
196 B
JSON
|
{
|
||
|
"extends": "astro/tsconfigs/strict",
|
||
|
"compilerOptions": {
|
||
|
"strictNullChecks": true,
|
||
|
"allowJs": true,
|
||
|
"plugins": [
|
||
|
{
|
||
|
"name": "@astrojs/ts-plugin"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|