1
0
Fork 0
mirror of https://ark.sudovanilla.org/Korbs/butterflyvu.git synced 2024-12-24 16:23:56 +00:00
butterflyvu/test/tsconfig.json

7 lines
97 B
JSON
Raw Normal View History

2024-10-25 01:08:30 +00:00
{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"strictNullChecks": true
}
}