overleaf/tsconfig.backend.json

11 lines
186 B
JSON
Raw Normal View History

{
"compilerOptions": {
"allowJs": true,
"esModuleInterop": true,
"moduleResolution": "node",
"noImplicitAny": false,
"skipLibCheck": true,
"strict": true
}
}