{
  "//": "⚠️ AUTOGENERATED ⚠️ This file was automatically generated by tools/gen-tsconfigs.ts, do not edit manually.",
  "compilerOptions": {
    "module": "commonjs",
    "target": "es2019",
    "outDir": "dist",
    "lib": [
      "dom",
      "es2019"
    ],
    "sourceMap": true,
    "rootDir": "src",
    "experimentalDecorators": true,
    "strict": true,
    "esModuleInterop": true,
    "declaration": true,
    "composite": true,
    "declarationMap": true,
    "typeRoots": [
      "../../../typings",
      "../../../node_modules/@types"
    ]
  },
  "exclude": [
    "node_modules",
    "dist",
    "test",
    "index.ts",
    "tmpl"
  ],
  "references": [
    {
      "path": "../../utils/async-ora"
    },
    {
      "path": "../base"
    }
  ]
}