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. --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tsconfig.json') 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