diff --git a/tsconfig.base.json b/tsconfig.base.json index a149e99..1b5134a 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -10,7 +10,6 @@ "resolveJsonModule": true, "skipLibCheck": true, "strict": true, - "target": "esnext", - "composite": true + "target": "esnext" } }