tsconfig.backend.json 230 B

123456789101112
  1. {
  2. "compilerOptions": {
  3. "allowJs": true,
  4. "esModuleInterop": true,
  5. "moduleResolution": "node",
  6. "noEmit": true,
  7. "noImplicitAny": false,
  8. "skipLibCheck": true,
  9. "strict": true,
  10. "target": "ES2022"
  11. }
  12. }