mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-25 21:33:54 +00:00
11 lines
186 B
JSON
11 lines
186 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"allowJs": true,
|
||
|
"esModuleInterop": true,
|
||
|
"moduleResolution": "node",
|
||
|
"noImplicitAny": false,
|
||
|
"skipLibCheck": true,
|
||
|
"strict": true
|
||
|
}
|
||
|
}
|