diff --git a/tsconfig.json b/tsconfig.json index 6a245f41357f74f966815e78768e5278d3669835..fca792fcbea1a2c9c1f6303f84cf5b3497e63e54 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,8 @@ "types": ["node"], "jsx": "preserve", "sourceMap": true, - "skipLibCheck": false, + // 忽略所有的声明文件( *.d.ts)的类型检查。 + "skipLibCheck": true, "resolveJsonModule": true, "esModuleInterop": true, "typeRoots": ["node_modules/@types"],