diff --git a/tsconfig.json b/tsconfig.json index 7798708..ff3dd25 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -38,11 +38,9 @@ // "es6", "esnext" ], - "listFiles": true, // default false - "listEmittedFiles": true, // default false "locale": "zh_CN", "newLine": "CRLF", - "noEmit": false, + "noEmit": true, "moduleResolution": "node", "noEmitHelpers": false, "noEmitOnError": false, @@ -66,12 +64,10 @@ "stripInternal": false, "suppressExcessPropertyErrors": false, "suppressImplicitAnyIndexErrors": true, // default false - "traceResolution": true, // default false - "typeRoots": [ - ], + "typeRoots": [], "types": [ "node" ], "watch": false } -} +} \ No newline at end of file