diff --git a/core/tsconfig.json b/core/tsconfig.json index e463852c..d41fe32b 100644 --- a/core/tsconfig.json +++ b/core/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "module": "commonjs", "esModuleInterop": true, + "skipLibCheck": true, "declaration": true, "target": "es2017", "noImplicitAny": true, diff --git a/packages/less-modules/tsconfig.json b/packages/less-modules/tsconfig.json index ffadea41..fb4fbe19 100644 --- a/packages/less-modules/tsconfig.json +++ b/packages/less-modules/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "module": "commonjs", "esModuleInterop": true, + "skipLibCheck": true, "declaration": true, "target": "es2017", "noImplicitAny": true, diff --git a/packages/mocker-api/tsconfig.json b/packages/mocker-api/tsconfig.json index ffadea41..fb4fbe19 100644 --- a/packages/mocker-api/tsconfig.json +++ b/packages/mocker-api/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "module": "commonjs", "esModuleInterop": true, + "skipLibCheck": true, "declaration": true, "target": "es2017", "noImplicitAny": true, diff --git a/packages/raw-modules/tsconfig.json b/packages/raw-modules/tsconfig.json index 8e305d79..c74067fc 100644 --- a/packages/raw-modules/tsconfig.json +++ b/packages/raw-modules/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "module": "commonjs", "esModuleInterop": true, + "skipLibCheck": true, "declaration": true, "target": "es2017", "noImplicitAny": true, diff --git a/packages/react-library/package.json b/packages/react-library/package.json index 12ca167c..3ca91666 100644 --- a/packages/react-library/package.json +++ b/packages/react-library/package.json @@ -18,7 +18,7 @@ ], "dependencies": { "@types/cssnano": "4.0.0", - "@types/terser-webpack-plugin": "4.2.0", + "@types/terser-webpack-plugin": "5.0.3", "css-minimizer-webpack-plugin": "1.2.0" }, "devDependencies": { diff --git a/packages/react-library/tsconfig.json b/packages/react-library/tsconfig.json index ffadea41..fb4fbe19 100644 --- a/packages/react-library/tsconfig.json +++ b/packages/react-library/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "module": "commonjs", "esModuleInterop": true, + "skipLibCheck": true, "declaration": true, "target": "es2017", "noImplicitAny": true, diff --git a/packages/scope-plugin-options/tsconfig.json b/packages/scope-plugin-options/tsconfig.json index 8e305d79..c74067fc 100644 --- a/packages/scope-plugin-options/tsconfig.json +++ b/packages/scope-plugin-options/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "module": "commonjs", "esModuleInterop": true, + "skipLibCheck": true, "declaration": true, "target": "es2017", "noImplicitAny": true, diff --git a/packages/stylus-modules/tsconfig.json b/packages/stylus-modules/tsconfig.json index ffadea41..fb4fbe19 100644 --- a/packages/stylus-modules/tsconfig.json +++ b/packages/stylus-modules/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "module": "commonjs", "esModuleInterop": true, + "skipLibCheck": true, "declaration": true, "target": "es2017", "noImplicitAny": true,