文章目录
1. TypeScript 项目配置
1.1 tsconfig.json 最佳实践
{
"compilerOptions": {
/* 基本选项 */
"target": "ES2020",
"module": "ESNext"<
{
"compilerOptions": {
/* 基本选项 */
"target": "ES2020",
"module": "ESNext"<