retrom-plugin-launcher 0.4.9

Retrom plugin to facilitate the launching of games.
{
  "compilerOptions": {
    "target": "es2021",
    "module": "esnext",
    "moduleResolution": "bundler",
    "skipLibCheck": true,
    "strict": true,
    "noUnusedLocals": true,
    "noImplicitAny": true,
    "noEmit": true
  },
  "include": [
    "guest-js/*.ts"
  ],
  "exclude": [
    "dist-js",
    "node_modules"
  ]
}