web-projects/tsconfig.json
WangDL bd570d5fb3 feat: init longde website project
- Astro 静态网站
- 首页、学习产品介绍
- 等待名单表单
- 隐私政策、用户协议、支持、下载、更新日志页面
- SEO 优化 (sitemap, robots, OG)
2026-05-04 15:22:20 +08:00

6 lines
98 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"strictNullChecks": true
}
}