{
  "compileOnSave": false,
  "compilerOptions": {
    "outDir": "./dist/out-tsc",
    "sourceMap": true,
    "declaration": false,
    "moduleResolution": "node",
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "target": "es5",
    "typeRoots": [
      "node_modules/@types"
    ],
    "lib": [
      "es2017",
      "dom"
    ],
    "paths": {
      "@tabler/*": [
        "libs/*"
      ],
      "@@tabler/angular-core": [
        "libs/angular-core/src/index.ts"
      ],
      "@@tabler/angular-forms": [
        "libs/angular-forms/src/index.ts"
      ],
      "@@tabler/angular-styles": [
        "libs/angular-styles/src/index.ts"
      ],
      "@@tabler/angular-ui": [
        "libs/angular-ui/src/index.ts"
      ]
    },
    "baseUrl": "."
  }
}
