mirror of https://github.com/OpenVidu/openvidu.git
31 lines
912 B
JSON
31 lines
912 B
JSON
{
|
|
//"allowUnusedLabels": true,
|
|
"allowUnreachableCode": false,
|
|
"buildOnSave": false,
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"emitBOM": false,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"lib": ["dom", "es2015", "scripthost"],
|
|
"module": "commonjs",
|
|
"noFallthroughCasesInSwitch": true,
|
|
//"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitThis": true,
|
|
//"noUnusedLocals": true,
|
|
//"noUnusedParameters": true,
|
|
"outDir": "../../lib",
|
|
"preserveConstEnums": true,
|
|
"removeComments": true,
|
|
"rootDir": "./src",
|
|
"skipDefaultLibCheck": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"strictNullChecks": true,
|
|
"target": "es2015"
|
|
}
|
|
}
|