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
This commit is contained in:
Jiachi Liu 2023-08-14 14:26:24 +02:00 committed by GitHub
parent fa88095f44
commit 4c84ea555d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,5 @@
{
"extends": "../../tsconfig-tsec.json",
"compilerOptions": {
"sourceMap": true,
"strict": true,
"esModuleInterop": true,
"target": "es2019",