26408b0b7e
(cherry picked from commit b7ddd92729d52a8c43d72010b743f7e3477f1001)
16 lines
253 B
JSON
16 lines
253 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"strictNullChecks": true,
|
|
"allowJs": true,
|
|
"plugins": [
|
|
{
|
|
"name": "@astrojs/ts-plugin"
|
|
}
|
|
]
|
|
},
|
|
"include": [
|
|
"src/**/**",
|
|
"src/**/**/**",
|
|
]
|
|
} |