From 07d6f1f7914217c8893eb715a2bf963e4dd40043 Mon Sep 17 00:00:00 2001 From: Thorsten Lorenz Date: Sun, 20 Aug 2023 19:52:20 +0700 Subject: [PATCH] build: triage --- tsconfig.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 8259cbd..1cc1522 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ "module": "esnext", "lib": ["es2021"], "types": ["node" ], - "moduleResolution": "node", + "moduleResolution": "commonjs", "sourceMap": true, "declaration": true, "declarationMap": false, @@ -25,7 +25,6 @@ "include": [ "types/*", "src/**/*.ts", - "tests/**/*.ts", - "node_modules/@types/**/*" + "tests/**/*.ts" ] }