UNPKG

@scrypted/nanokvm

Version:

This plugin allows viewing and connecting to [NanoKVM](https://github.com/sipeed/NanoKVM) dongles from within the Scrypted Management Console.

16 lines (15 loc) 337 B
{ "compilerOptions": { "target": "ESNext", "moduleResolution": "bundler", "module": "ESNext", "strict": true, "sourceMap": true, "resolveJsonModule": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true }, "include": [ "src/**/*" ] }