diff --git a/tsconfig.json b/tsconfig.json index b3fdab379..d1d5a8993 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -38,9 +38,6 @@ "experimentalDecorators": true, "lib": ["ESNext"], "target": "ES2021", - "useDefineForClassFields": true, - - // Completeness - "skipLibCheck": true + "useDefineForClassFields": true } }