diff --git a/server/tsconfig.json b/server/tsconfig.json index 0243c8e..ba3367c 100644 --- a/server/tsconfig.json +++ b/server/tsconfig.json @@ -3,9 +3,6 @@ "compilerOptions": { "allowJs": true, "checkJs": true, - "lib": ["es2022"], - "module": "Node16", - "target": "es2022", "noEmit": true } }