mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-16 22:31:55 +00:00
10 lines
186 B
JSON
10 lines
186 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": false,
|
|
"skipLibCheck": true,
|
|
"strict": true
|
|
}
|
|
}
|