From 5baa98ff674a159be5bb5b83e234025ba4619117 Mon Sep 17 00:00:00 2001 From: Alexander Kachkaev Date: Fri, 8 Sep 2023 19:22:15 +0100 Subject: [PATCH] Remove `@tsconfig/esm` (#440) --- package.json | 1 - pnpm-lock.yaml | 8 -------- tsconfig.json | 3 +-- 3 files changed, 1 insertion(+), 11 deletions(-) diff --git a/package.json b/package.json index c775522c..1bb12aec 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,6 @@ "@kachkaev/eslint-config-react": "0.6.0", "@kachkaev/markdownlint-config": "0.5.0", "@next/eslint-plugin-next": "13.4.19", - "@tsconfig/esm": "1.0.4", "@tsconfig/next": "2.0.0", "@tsconfig/strictest": "2.0.2", "@types/hosted-git-info": "3.0.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f06d5f48..9b3cb162 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -45,9 +45,6 @@ importers: '@next/eslint-plugin-next': specifier: 13.4.19 version: 13.4.19 - '@tsconfig/esm': - specifier: 1.0.4 - version: 1.0.4 '@tsconfig/next': specifier: 2.0.0 version: 2.0.0 @@ -652,11 +649,6 @@ packages: tslib: 2.6.2 dev: false - /@tsconfig/esm@1.0.4: - resolution: {integrity: sha512-bix9CWljCxyD06nGQRDYdmTw0wevvEDyrLKjbDocGV31JQYbfqqgMV1yFeJ9aDgorKQ9yDLrak8poiggsB5Liw==} - deprecated: Use the tsconfig base for your runtime instead of general 'esm', e.g. 'node18' - dev: true - /@tsconfig/next@2.0.0: resolution: {integrity: sha512-ip/XpFLWuUrhDkbI8ixpWxPlmWvUhQCLS5rB7nibcZUavA1Ru34Q7a5CniBM7BdHw1YlAXu40HXUn66h/A4EBQ==} dev: true diff --git a/tsconfig.json b/tsconfig.json index 335a3bdd..982d9ae6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,7 @@ { "extends": [ "@tsconfig/next/tsconfig.json", - "@tsconfig/strictest/tsconfig.json", - "@tsconfig/esm/tsconfig.json" + "@tsconfig/strictest/tsconfig.json" ], "compilerOptions": { "module": "ESNext",