Skip to content

Commit

Permalink
fix: 修复 tsconfig.json 配置问题
Browse files Browse the repository at this point in the history
  • Loading branch information
CaoMeiYouRen committed Jun 14, 2023
1 parent b4ba5d9 commit 6cfec72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"sourceMap": false, //用于debug
"rootDir": "./src", //仅用来控制输出的目录结构--outDir。
"outDir": "./dist", //重定向输出目录。
"watch": false, //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。
"declaration": true, //生成类型文件
"importHelpers": true,
"esModuleInterop": true,
Expand Down Expand Up @@ -39,4 +38,4 @@
"**/*.spec.ts",
"**/node_modules/*"
]
}
}

0 comments on commit 6cfec72

Please sign in to comment.