{
  "compilerOptions": {
    "composite": false,
    "declaration": false,
    "experimentalDecorators": true,
    "noEmit": false,
    "noUncheckedIndexedAccess": true,
    "strict": true,
    "jsx": "react-jsx",
    "strictNullChecks": true,
    "paths": {
      "backend/*.web.js": [],
      "backend/*.web": [],
      "backend/*.jsw": [],
      "mocks": [],
      "public/*": [],
      "types/*": [],
      "wix-types/*": ["../wix-code-types/dist/types/*"]
    }
  },
  "include": []
}
