This repository has been archived on 2024-05-13. You can view files and clone it, but cannot push or open issues or pull requests.
share2fedi/tsconfig.json

7 lines
100 B
JSON
Raw Normal View History

2023-03-17 16:08:08 -04:00
{
2023-03-17 23:14:03 -04:00
"extends": "astro/tsconfigs/strictest",
"compilerOptions": {
"ignoreDeprecations": "5.0"
}
2023-03-17 16:08:08 -04:00
}