UNPKG

@dboterho/ngx-remote-desktop

Version:

ngx-remote-desktop is an Angular2+ module for connecting to a remote desktop using the guacamole protocol

41 lines (40 loc) 1.03 kB
{ "compilerOptions": { "target": "es5", "module": "commonjs", "moduleResolution": "node", "declaration": true, "noEmitHelpers": false, "emitDecoratorMetadata": true, "experimentalDecorators": true, "sourceMap": true, "pretty": true, "allowUnreachableCode": true, "allowUnusedLabels": true, "noImplicitAny": false, "noImplicitReturns": false, "noImplicitUseStrict": false, "noFallthroughCasesInSwitch": false, "allowSyntheticDefaultImports": true, "suppressExcessPropertyErrors": true, "suppressImplicitAnyIndexErrors": true, "outDir": "dist", "lib": ["es6", "dom"], "skipLibCheck": true }, "files": [ "src/declarations.d.ts", "src/index.ts" ], "exclude": [ "node_modules" ], "compileOnSave": false, "buildOnSave": false, "awesomeTypescriptLoaderOptions": { "forkChecker": false, "useWebpackText": true, "useTranspileModule": true, "doTypeCheck": true, } }