mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 14:23:43 -05:00
11 lines
186 B
JSON
11 lines
186 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"allowJs": true,
|
||
|
"esModuleInterop": true,
|
||
|
"moduleResolution": "node",
|
||
|
"noImplicitAny": false,
|
||
|
"skipLibCheck": true,
|
||
|
"strict": true
|
||
|
}
|
||
|
}
|