diff --git a/tsconfig.json b/tsconfig.json index 43e53b9..3600723 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,6 +13,7 @@ "strictPropertyInitialization": false, "emitDecoratorMetadata": true, "experimentalDecorators": true, + "skipLibCheck": true, "typeRoots": ["src/typings", "node_modules/@types"] // "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */ // "noUnusedParameters": true, /* Report errors on unused parameters. */