UNPKG

@glokon/guacamole-common-js

Version:

Guacamole common js with typescript type definitions

21 lines (20 loc) 456 B
{ "compilerOptions": { "module": "commonjs", "lib": ["DOM", "ES6", "ES7"], "noImplicitAny": true, "noImplicitThis": true, "strictFunctionTypes": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ "../" ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, "files": [ "guacamole.d.ts" ] }