From 4c84ea555de4ce3a004281278f6e584b5e3ec92e Mon Sep 17 00:00:00 2001 From: Jiachi Liu Date: Mon, 14 Aug 2023 14:26:24 +0200 Subject: [PATCH] Remove tsconfig extending for @next/thrid-parties package (#53991) x-ref: https://github.com/vercel/next.js/actions/runs/5854800073/job/15871731468 Do not use the `packages/next` tsconfig, aligning tsconfig with other `@next/` packages. So it won't run tsc with `tsec` plugin --- packages/third-parties/tsconfig.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/third-parties/tsconfig.json b/packages/third-parties/tsconfig.json index 3c437ab80f..40f340e1d3 100644 --- a/packages/third-parties/tsconfig.json +++ b/packages/third-parties/tsconfig.json @@ -1,7 +1,5 @@ { - "extends": "../../tsconfig-tsec.json", "compilerOptions": { - "sourceMap": true, "strict": true, "esModuleInterop": true, "target": "es2019",