{ "compilerOptions": { "allowJs": true, "target": "es5", "module": "commonjs", //"noImplicitAny": true, "noImplicitThis": true, //"noUnusedLocals": true, //"noUnusedParameters": true, "skipDefaultLibCheck": true, "skipLibCheck": true, "suppressExcessPropertyErrors": true, "suppressImplicitAnyIndexErrors": true, //"allowUnusedLabels": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, //"allowUnreachableCode": true, "forceConsistentCasingInFileNames": true, "allowSyntheticDefaultImports": true, "strictNullChecks": true, "outDir": "../../lib/OpenViduInternal", "emitBOM": false, "preserveConstEnums": true, "sourceMap": true }, //"buildOnSave": true, "compileOnSave":true }