retrom-client-web 0.7.38

The Retrom video game library web client
Documentation
{
  "extends": "@retrom/configs/tsconfig/base.json",
  "files": [],
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "@/*": ["src/*"]
    }
  },
  "references": [
    {
      "path": "../ui"
    },
    {
      "path": "../../plugins/retrom-plugin-standalone"
    },
    {
      "path": "../../plugins/retrom-plugin-launcher"
    },
    {
      "path": "../../plugins/retrom-plugin-installer"
    },
    {
      "path": "../../plugins/retrom-plugin-config"
    },
    {
      "path": "../codegen"
    },
    {
      "path": "../configs"
    },
    {
      "path": "./tsconfig.lib.json"
    },
    {
      "path": "./tsconfig.node.json"
    }
  ]
}