From 92ac48a8b84d9cd51f86f3ce0785dea6cdbfac97 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Wed, 27 Dec 2023 16:39:56 +0100 Subject: [PATCH] Back --- tsconfig.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index a2267dad..507fe32d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,10 +2,10 @@ "compilerOptions": { "noEmit": true, "strict": true, - "target": "es2020", - "lib": ["es2020"], - "module": "node16", - "moduleResolution": "node16", + "target": "es2015", + "lib": ["es6"], + "module": "commonjs", + // "moduleResolution": "node16", "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true,