diff --git a/package.json b/package.json index 320ae981..5b659053 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "turbo": "^1.12.2", "typescript": "5.2.2" }, - "packageManager": "pnpm@8.9.2", + "packageManager": "pnpm@8.15.1", "engines": { "node": "^18 <19", "pnpm": "^8 <9" diff --git a/packages/contented-pipeline-md/tsconfig.json b/packages/contented-pipeline-md/tsconfig.json index 454b7d3d..1799e747 100644 --- a/packages/contented-pipeline-md/tsconfig.json +++ b/packages/contented-pipeline-md/tsconfig.json @@ -1,3 +1,3 @@ { - "extends": "@workspace/tsconfig", + "extends": "@workspace/tsconfig" } diff --git a/packages/contented-pipeline/tsconfig.json b/packages/contented-pipeline/tsconfig.json index 454b7d3d..1799e747 100644 --- a/packages/contented-pipeline/tsconfig.json +++ b/packages/contented-pipeline/tsconfig.json @@ -1,3 +1,3 @@ { - "extends": "@workspace/tsconfig", + "extends": "@workspace/tsconfig" } diff --git a/packages/contented-processor/tsconfig.json b/packages/contented-processor/tsconfig.json index 454b7d3d..1799e747 100644 --- a/packages/contented-processor/tsconfig.json +++ b/packages/contented-processor/tsconfig.json @@ -1,3 +1,3 @@ { - "extends": "@workspace/tsconfig", + "extends": "@workspace/tsconfig" } diff --git a/packages/contented/tsconfig.json b/packages/contented/tsconfig.json index 454b7d3d..1799e747 100644 --- a/packages/contented/tsconfig.json +++ b/packages/contented/tsconfig.json @@ -1,3 +1,3 @@ { - "extends": "@workspace/tsconfig", + "extends": "@workspace/tsconfig" } diff --git a/tsconfig.json b/tsconfig.json index 8a18e5f3..b40e52b8 100755 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,7 +19,7 @@ "preserveWatchOutput": true, "skipLibCheck": true, "strict": true, - "resolveJsonModule": true, + "resolveJsonModule": true }, - "exclude": ["node_modules", "dist"], + "exclude": ["node_modules", "dist"] } diff --git a/workspace/tsconfig/tsconfig.json b/workspace/tsconfig/tsconfig.json index 49612bf1..5922d84c 100644 --- a/workspace/tsconfig/tsconfig.json +++ b/workspace/tsconfig/tsconfig.json @@ -19,6 +19,6 @@ "preserveWatchOutput": true, "skipLibCheck": true, "strict": true, - "resolveJsonModule": true, - }, + "resolveJsonModule": true + } }