mirror of https://github.com/OpenVidu/openvidu.git
28 lines
743 B
JSON
28 lines
743 B
JSON
![]() |
{
|
||
|
"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
|
||
|
}
|