mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-06 12:21:43 +00:00
14 lines
312 B
JSON
14 lines
312 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"checkJs": true,
|
|
"esModuleInterop": true,
|
|
"lib": ["es2018"],
|
|
"module": "commonjs",
|
|
"noEmit": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["lib/**/*", "typings/**/*"]
|
|
}
|