From 4d0484132aa2a6baef12a5ed5d3d4c3ca1ad7106 Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Thu, 21 Jul 2022 08:57:30 -0400 Subject: All works. learn source map error and fix it --- tsconfig.node.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tsconfig.node.json') diff --git a/tsconfig.node.json b/tsconfig.node.json index 2e1f67f..5f07f27 100644 --- a/tsconfig.node.json +++ b/tsconfig.node.json @@ -2,8 +2,7 @@ "compilerOptions": { "composite": true, "module": "ESNext", - "moduleResolution": "Node", - "strictNullChecks": true, + "moduleResolution": "Node" }, "include": [ "vite.config.ts" -- cgit v1.2.3