overleaf/tsconfig.backend.json
Eric Mc Sween 5c517a56c3 Merge pull request #16661 from overleaf/em-fix-tsconfig
Small backend Typescript config fixes

GitOrigin-RevId: d600c1f3fa9ef88e9a06aaa5743d454a620c122d
2024-01-24 09:05:09 +00:00

11 lines
206 B
JSON

{
"compilerOptions": {
"allowJs": true,
"esModuleInterop": true,
"moduleResolution": "node",
"noEmit": true,
"noImplicitAny": false,
"skipLibCheck": true,
"strict": true
}
}