diff --git a/@packages/@types/tsconfig.json b/@packages/@types/tsconfig.json index 803385451..0ce0d2ef2 100755 --- a/@packages/@types/tsconfig.json +++ b/@packages/@types/tsconfig.json @@ -5,7 +5,8 @@ "noEmit": true, "module": "ESNext", "moduleResolution": "bundler", - "incremental": false + "incremental": false, + "skipLibCheck": true }, "include": ["src/**/*"], "exclude": ["node_modules"]