From 5b938cdef6373259817bffa72d8e03b35c191b15 Mon Sep 17 00:00:00 2001 From: viktorgenaev Date: Thu, 19 Sep 2024 17:32:13 +0200 Subject: [PATCH] fixup! chore: upgrade typescript to v5 --- tsconfig.base.wc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.base.wc.json b/tsconfig.base.wc.json index 913b5c63b005af..70434c0ba3c664 100644 --- a/tsconfig.base.wc.json +++ b/tsconfig.base.wc.json @@ -2,7 +2,6 @@ "compilerOptions": { "target": "ES2019", "module": "NodeNext", - "moduleResolution": "Node16", "esModuleInterop": true, "sourceMap": true, "strict": true,