mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Merge pull request #16632 from overleaf/ae-o-error-package
Fix o-error package.json GitOrigin-RevId: 730d25a6c3e265021bb4f766f0bbb63dec544a0f
This commit is contained in:
10
tsconfig.backend.json
Normal file
10
tsconfig.backend.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"esModuleInterop": true,
|
||||
"moduleResolution": "node",
|
||||
"noImplicitAny": false,
|
||||
"skipLibCheck": true,
|
||||
"strict": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user