mirror of
https://github.com/saicaca/fuwari.git
synced 2025-01-19 19:29:18 +08:00
124843848f
(cherry picked from commit 44c4d7b9521fe449e61edc614446195861932f8c)
12 lines
196 B
JSON
12 lines
196 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"strictNullChecks": true,
|
|
"allowJs": true,
|
|
"plugins": [
|
|
{
|
|
"name": "@astrojs/ts-plugin"
|
|
}
|
|
]
|
|
}
|
|
} |