mirror of
https://github.com/saicaca/fuwari.git
synced 2025-02-07 22:10:06 +08:00
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/**/**/**",
|
|
]
|
|
} |