mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
23 lines
471 B
JSON
23 lines
471 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"allowJs": true,
|
||
|
"esModuleInterop": true,
|
||
|
"moduleResolution": "node",
|
||
|
"noEmit": true,
|
||
|
"noImplicitAny": false,
|
||
|
"skipLibCheck": true,
|
||
|
"strict": true
|
||
|
},
|
||
|
"include": [
|
||
|
"app/src/**/*",
|
||
|
"modules/*/app/src/**/*",
|
||
|
"modules/*/test/acceptance/**/*",
|
||
|
"modules/*/test/smoke/**/*",
|
||
|
"modules/*/test/unit/**/*",
|
||
|
"scripts/**/*",
|
||
|
"test/acceptance/**/*",
|
||
|
"test/smoke/**/*",
|
||
|
"test/unit/**/*"
|
||
|
]
|
||
|
}
|