Aiden Cline пре 5 месеци
родитељ
комит
4d3f703715
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      sdks/vscode/tsconfig.json

+ 2 - 1
sdks/vscode/tsconfig.json

@@ -6,7 +6,8 @@
     "sourceMap": true,
     "rootDir": "src",
     "typeRoots": ["./node_modules/@types"],
-    "strict": true /* enable all strict type-checking options */
+    "strict": true /* enable all strict type-checking options */,
+    "skipLibCheck": true
     /* Additional Checks */
     // "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
     // "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */