mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
5c517a56c3
Small backend Typescript config fixes GitOrigin-RevId: d600c1f3fa9ef88e9a06aaa5743d454a620c122d
11 lines
206 B
JSON
11 lines
206 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"noEmit": true,
|
|
"noImplicitAny": false,
|
|
"skipLibCheck": true,
|
|
"strict": true
|
|
}
|
|
}
|