diff --git a/tsconfig.json b/tsconfig.json index 3ac058a5c..a835076cd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,6 +10,7 @@ // Speed up dev compilation time "incremental": true, "tsBuildInfoFile": "dist/.tsbuildinfo", + "skipLibCheck": true, "experimentalDecorators": true, "strict": true,