diff --git a/models/model-rig/profiles/default/tsconfig.json b/models/model-rig/profiles/default/tsconfig.json index f24e65579c..a12d687d00 100644 --- a/models/model-rig/profiles/default/tsconfig.json +++ b/models/model-rig/profiles/default/tsconfig.json @@ -7,5 +7,7 @@ "sourceMap": true, "resolveJsonModule": true, "experimentalDecorators": true, + "skipLibCheck": true, + "incremental": true } } \ No newline at end of file diff --git a/packages/platform-rig/profiles/default/tsconfig.json b/packages/platform-rig/profiles/default/tsconfig.json index 2a819a7159..0074c36d4f 100644 --- a/packages/platform-rig/profiles/default/tsconfig.json +++ b/packages/platform-rig/profiles/default/tsconfig.json @@ -6,6 +6,8 @@ "strict": true, "sourceMap": true, "resolveJsonModule": true, - "types": ["heft-jest"] + "types": ["heft-jest"], + "skipLibCheck": true, + "incremental": true } } \ No newline at end of file