UNPKG

@illgrenoble/ngx-remote-desktop

Version:

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

50 lines (48 loc) 1.16 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": true, "noImplicitReturns": false, "noImplicitUseStrict": false, "noFallthroughCasesInSwitch": false, "allowSyntheticDefaultImports": true, "suppressExcessPropertyErrors": true, "suppressImplicitAnyIndexErrors": true, "outDir": "release", "declarationDir": "release", "lib": ["es6", "dom"], "skipLibCheck": true, "types": [] }, "files": [ "build/declarations.d.ts", "build/index.ts" ], "exclude": [ "node_modules", "demo", "docs", "additional-doc" ], "compileOnSave": false, "buildOnSave": false, "awesomeTypescriptLoaderOptions": { "forkChecker": false }, "angularCompilerOptions": { "genDir": "release/", "strictMetadataEmit": true, "skipTemplateCodegen": true, "annotationsAs": "decorators" } }