Revision 560c17f9b067120c34b880cd223611402f2faf72 authored by Maxim Zhiltsov on 05 December 2023, 11:42:03 UTC, committed by GitHub on 05 December 2023, 11:42:03 UTC
- Fixed a 500 error for supervisors and workers when they tried to list settings in an org context
- Added possible 403 and 404 errors for the task filter
1 parent e025b20
Raw File
tsconfig.json
{
    "compilerOptions": {
      "target": "ESNext",
      "allowJs": true,
      "module": "esnext",
      "moduleResolution": "node",
      "esModuleInterop": true,
      "isolatedModules": true,
      "noEmit": true,
      "baseUrl": "src",
    },
    "include": ["src/ts/*.ts"]
}
back to top