From fb87cf117f95fa31c129f02255d8430f372b3b05 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Fri, 31 Dec 2021 14:21:55 +0100 Subject: build: Revert nodenext yarn typecheck still throw an unstable feature warning. --- packages/renderer/tsconfig.json | 1 - tsconfig.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/renderer/tsconfig.json b/packages/renderer/tsconfig.json index 5cd8846..8746462 100644 --- a/packages/renderer/tsconfig.json +++ b/packages/renderer/tsconfig.json @@ -1,7 +1,6 @@ { "extends": "../../tsconfig.json", "compilerOptions": { - "moduleResolution": "node", "noEmit": true, "jsx": "react", "lib": [ diff --git a/tsconfig.json b/tsconfig.json index e626876..255f334 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "module": "esnext", "target": "esnext", - "moduleResolution": "nodenext", + "moduleResolution": "node", "esModuleInterop": true, "allowSyntheticDefaultImports": true, "strict": true, -- cgit v1.2.3-54-g00ecf