From e285984562ef352e1088a83fc6f2f0e8b8248469 Mon Sep 17 00:00:00 2001 From: enoch-danijel Date: Sun, 19 Nov 2023 18:39:06 +0100 Subject: [PATCH] updated ts config --- tsconfig.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index af6f820..66edee5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,12 +1,13 @@ { "compilerOptions": { - "strict": true, - "skipLibCheck": true, - "esModuleInterop": true, - "preserveWatchOutput": true, - "noEmit": true, - "module": "commonjs", - "target": "ES2021", - "moduleResolution": "node16" + "target": "es6", + "module": "CommonJS", + "outDir": "./dist", + "rootDir": "./", + "strict": false, + "noImplicitAny": false, + "alwaysStrict": false, + "noEmitOnError": false, + "skipDefaultLibCheck": true } } \ No newline at end of file