retrom-plugin-steam 0.7.38

Retrom plugin to facilitate steam apps integration.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "extends": "@retrom/configs/tsconfig/base.json",
  "compilerOptions": {
    "outDir": "./dist"
  },
  "include": ["./**/*.ts", "./eslint.config.js", "package.json"],
  "references": [
    {
      "path": "../../packages/configs/tsconfig.lib.json"
    },
    {
      "path": "../../packages/codegen/tsconfig.lib.json"
    }
  ]
}