mirror of
https://github.com/saicaca/fuwari.git
synced 2025-01-19 11:19:15 +08:00
12 lines
196 B
JSON
12 lines
196 B
JSON
|
{
|
||
|
"extends": "astro/tsconfigs/strict",
|
||
|
"compilerOptions": {
|
||
|
"strictNullChecks": true,
|
||
|
"allowJs": true,
|
||
|
"plugins": [
|
||
|
{
|
||
|
"name": "@astrojs/ts-plugin"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|