Skip to content

Commit

Permalink
server-esm: Revert types config
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jul 18, 2024
1 parent a10cc7b commit dd416ed
Showing 1 changed file with 1 addition and 31 deletions.
32 changes: 1 addition & 31 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit dd416ed

Please sign in to comment.