mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
ebd2a2f5fe
Enable type checking in the web backend GitOrigin-RevId: cc8e34777c89704765fcd9b973aed806c3ae9016
22 lines
471 B
JSON
22 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/**/*"
|
|
]
|
|
}
|