{
  "extends": "../tsconfig-build.json",

  "compilerOptions": {
    "baseUrl": ".",
    "rootDir": ".",
    "paths": {
      "@delon/acl": ["../../packages-dist/acl"]
    },
    "outDir": "../../@delon/theme"
  },

  "files": ["public_api.ts"],

  "angularCompilerOptions": {
    "annotateForClosureCompiler": true,
    "strictMetadataEmit": false,
    "skipTemplateCodegen": true,
    "flatModuleOutFile": "index.js",
    "flatModuleId": "@delon/theme"
  }
}
