From dd416ed042d7e81523a1e8bae8c563ab1460cda8 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Fri, 19 Jul 2024 00:54:43 +0300 Subject: [PATCH] server-esm: Revert types config --- tsconfig.json | 32 +------------------------------- 1 file changed, 1 insertion(+), 31 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 1b0d06e53..ee57f1130 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,37 +12,7 @@ "lib": ["ES2022"], "downlevelIteration": true, "skipLibCheck": true, - "esModuleInterop": true, - "types": [ - "@types/archiver", - "@types/better-sqlite3", - "@types/cls-hooked", - "@types/compression", - "@types/cookie-parser", - "@types/csurf", - "@types/debounce", - "@types/ejs", - "@types/escape-html", - "@types/express", - "@types/express-session", - "@types/html", - "@types/ini", - "@types/jasmine", - "@types/jsdom", - "@types/mime-types", - "@types/multer", - "@types/safe-compare", - "@types/sanitize-html", - "@types/sax", - "@types/semver", - "@types/serve-favicon", - "@types/session-file-store", - "@types/stream-throttle", - "@types/tmp", - "@types/turndown", - "@types/ws", - "@types/xml2js" - ] + "esModuleInterop": true }, "include": [ "./src/**/*.js",