Skip to content
  • This project
    • Loading...
  • Sign in

sujata / iba_backend

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Registry
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • iba_backend
  • jsconfig.json
  • sujata's avatar
    Initial commit from Strapi · c6c29785
    sujata committed 2025-06-13 12:31:12 +0530
    c6c29785
jsconfig.json 132 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
{
  "compilerOptions": {
    "moduleResolution": "nodenext",
    "target": "ES2021",
    "checkJs": true,
    "allowJs": true
  }
}