Merge pull request #16632 from overleaf/ae-o-error-package

Fix o-error package.json

GitOrigin-RevId: 730d25a6c3e265021bb4f766f0bbb63dec544a0f
This commit is contained in:
Alf Eaton
2024-01-23 09:24:14 +00:00
committed by Copybot
parent dcaafb54b5
commit 571df2b321
2 changed files with 12 additions and 3 deletions

10
tsconfig.backend.json Normal file
View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"allowJs": true,
"esModuleInterop": true,
"moduleResolution": "node",
"noImplicitAny": false,
"skipLibCheck": true,
"strict": true
}
}