diff --git a/packages/core/icons/tsconfig.build.json b/packages/core/icons/tsconfig.build.json index 4f424202..698a5b71 100644 --- a/packages/core/icons/tsconfig.build.json +++ b/packages/core/icons/tsconfig.build.json @@ -5,7 +5,9 @@ "declarationDir": "dist", "emitDeclarationOnly": true, "outDir": "dist", - "skipLibCheck": true + "skipLibCheck": true, + "composite": false, + "incremental": false }, "exclude": ["dist", "node_modules"] } \ No newline at end of file diff --git a/packages/html/html-icons/tsconfig.build.json b/packages/html/html-icons/tsconfig.build.json index 4f424202..698a5b71 100644 --- a/packages/html/html-icons/tsconfig.build.json +++ b/packages/html/html-icons/tsconfig.build.json @@ -5,7 +5,9 @@ "declarationDir": "dist", "emitDeclarationOnly": true, "outDir": "dist", - "skipLibCheck": true + "skipLibCheck": true, + "composite": false, + "incremental": false }, "exclude": ["dist", "node_modules"] } \ No newline at end of file diff --git a/packages/html/html/tsconfig.build.json b/packages/html/html/tsconfig.build.json index 4f424202..698a5b71 100644 --- a/packages/html/html/tsconfig.build.json +++ b/packages/html/html/tsconfig.build.json @@ -5,7 +5,9 @@ "declarationDir": "dist", "emitDeclarationOnly": true, "outDir": "dist", - "skipLibCheck": true + "skipLibCheck": true, + "composite": false, + "incremental": false }, "exclude": ["dist", "node_modules"] } \ No newline at end of file diff --git a/packages/react/react-icons/tsconfig.build.json b/packages/react/react-icons/tsconfig.build.json index 4f424202..698a5b71 100644 --- a/packages/react/react-icons/tsconfig.build.json +++ b/packages/react/react-icons/tsconfig.build.json @@ -5,7 +5,9 @@ "declarationDir": "dist", "emitDeclarationOnly": true, "outDir": "dist", - "skipLibCheck": true + "skipLibCheck": true, + "composite": false, + "incremental": false }, "exclude": ["dist", "node_modules"] } \ No newline at end of file diff --git a/packages/react/react/tsconfig.build.json b/packages/react/react/tsconfig.build.json index 4f424202..698a5b71 100644 --- a/packages/react/react/tsconfig.build.json +++ b/packages/react/react/tsconfig.build.json @@ -5,7 +5,9 @@ "declarationDir": "dist", "emitDeclarationOnly": true, "outDir": "dist", - "skipLibCheck": true + "skipLibCheck": true, + "composite": false, + "incremental": false }, "exclude": ["dist", "node_modules"] } \ No newline at end of file