retrom-plugin-config 0.7.51

Retrom plugin to facilitate client config management.
Documentation
{
  "extends": "@retrom/configs/tsconfig/base.json",
  "files": [],
  "references": [
    {
      "path": "../../packages/codegen"
    },
    {
      "path": "../../packages/configs"
    },
    {
      "path": "./tsconfig.lib.json"
    }
  ],
  "compilerOptions": {
    "module": "commonjs",
    "forceConsistentCasingInFileNames": true,
    "strict": true,
    "noImplicitOverride": true,
    "noPropertyAccessFromIndexSignature": true,
    "noImplicitReturns": true,
    "noFallthroughCasesInSwitch": true
  }
}