{
  "compileOnSave": false,
  "compilerOptions": {
    "noImplicitOverride": true,
    "noPropertyAccessFromIndexSignature": true,
    "noImplicitReturns": true,
    "noFallthroughCasesInSwitch": true,
    "skipLibCheck": true,
    "isolatedModules": true,
    "experimentalDecorators": true,
    "importHelpers": true,
    "target": "ES2022",
    "module": "preserve",
    "paths": {
      "@spartan-ng/helm/button": [
        "./src/app/ui/button/src/index.ts"
      ],
      "@spartan-ng/helm/utils": [
        "./src/app/ui/utils/src/index.ts"
      ],
      "@spartan-ng/helm/input": [
        "./src/app/ui/input/src/index.ts"
      ],
      "@spartan-ng/helm/card": [
        "./src/app/ui/card/src/index.ts"
      ],
      "@spartan-ng/helm/badge": [
        "./src/app/ui/badge/src/index.ts"
      ],
      "@spartan-ng/helm/table": [
        "./src/app/ui/table/src/index.ts"
      ],
      "@spartan-ng/helm/skeleton": [
        "./src/app/ui/skeleton/src/index.ts"
      ],
      "@spartan-ng/helm/switch": [
        "./src/app/ui/switch/src/index.ts"
      ],
      "@spartan-ng/helm/separator": [
        "./src/app/ui/separator/src/index.ts"
      ],
      "@spartan-ng/helm/spinner": [
        "./src/app/ui/spinner/src/index.ts"
      ],
      "@spartan-ng/helm/select": [
        "./src/app/ui/select/src/index.ts"
      ]
    }
  },
  "angularCompilerOptions": {
    "enableI18nLegacyMessageIdFormat": false,
    "strictInjectionParameters": true,
    "strictInputAccessModifiers": true
  },
  "files": [],
  "references": [
    {
      "path": "./tsconfig.app.json"
    }
  ]
}
