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 15:08:08 -05:00
{
2023-03-17 22:14:03 -05:00
"extends": "astro/tsconfigs/strictest",
"compilerOptions": {
"ignoreDeprecations": "5.0"
}
2023-03-17 15:08:08 -05:00
}