retrom-plugin-steam 0.4.9

Retrom plugin to facilitate steam apps integration.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "compilerOptions": {
    "target": "es2021",
    "module": "esnext",
    "moduleResolution": "bundler",
    "skipLibCheck": true,
    "strict": true,
    "noUnusedLocals": true,
    "noImplicitAny": true,
    "noEmit": true
  },
  "include": ["../retrom-plugin-steam/guest-js/*.ts"],
  "exclude": ["../retrom-plugin-steam/dist-js", "../retrom-plugin-steam/node_modules"]
}