Merge pull request #16661 from overleaf/em-fix-tsconfig

Small backend Typescript config fixes

GitOrigin-RevId: d600c1f3fa9ef88e9a06aaa5743d454a620c122d
This commit is contained in:
Eric Mc Sween
2024-01-23 14:53:37 -05:00
committed by Copybot
parent d61ac98225
commit 5c517a56c3
13 changed files with 13 additions and 12 deletions

View File

@@ -3,6 +3,7 @@
"allowJs": true,
"esModuleInterop": true,
"moduleResolution": "node",
"noEmit": true,
"noImplicitAny": false,
"skipLibCheck": true,
"strict": true