server-esm: Revert types config

This commit is contained in:
Elian Doran 2024-07-19 00:54:43 +03:00
parent a10cc7bf8b
commit dd416ed042
No known key found for this signature in database

View File

@ -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",