retrom-plugin-installer 0.7.21

Retrom plugin that facilitates the installation of games locally.
1
2
3
4
5
6
7
8
{
  "extends": "@retrom/configs/tsconfig/base.json",
  "compilerOptions": {
    "outDir": "./dist",
    "rootDir": "guest-js"
  },
  "include": ["./**/*.ts"]
}