From d507e2a41ab63453f1ae116bac3edf2a6a39e411 Mon Sep 17 00:00:00 2001 From: Fuxing Loh Date: Tue, 6 Feb 2024 12:34:50 +0800 Subject: [PATCH] fix prettier --- package.json | 2 +- packages/contented-pipeline-md/tsconfig.json | 2 +- packages/contented-pipeline/tsconfig.json | 2 +- packages/contented-processor/tsconfig.json | 2 +- packages/contented/tsconfig.json | 2 +- tsconfig.json | 4 ++-- workspace/tsconfig/tsconfig.json | 4 ++-- 7 files changed, 9 insertions(+), 9 deletions(-) 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 + } }