{
  "compilerOptions": {
    "outDir": "./staticfiles/generated/bundled/",
    "sourceMap": true,
    "noImplicitAny": true,
    "module": "esnext",
    "target": "es2022",
    "allowJs": true,
    "moduleResolution": "node",
    "experimentalDecorators": true,
    "allowSyntheticDefaultImports": true,
    "esModuleInterop": true,
    "resolveJsonModule": true,
    "types": ["jquery", "alpinejs"],
    "paths": {
      "#openapi": ["./staticfiles/generated/openapi/client/index.ts"],
      "#core:*": ["./core/static/bundled/*"],
      "#pedagogy:*": ["./pedagogy/static/bundled/*"],
      "#counter:*": ["./counter/static/bundled/*"],
      "#com:*": ["./com/static/bundled/*"]
    }
  }
}