提交 afbf4636 作者: 翁进城

noEmitOnError 设为 false 会允许在类型检查错误的情况下继续编译。

上级 92d491fa
......@@ -18,7 +18,8 @@
"paths": {
"~/*": ["./*"]
},
"typeRoots": ["./typings"]
"typeRoots": ["./typings"],
"noEmitOnError": false
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论