mirror of https://github.com/OpenVidu/openvidu.git
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
//"allowUnusedLabels": true,
|
|
"allowUnreachableCode": false,
|
|
"buildOnSave": false,
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"emitBOM": false,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"lib": [
|
|
"dom",
|
|
"es2015.promise",
|
|
"es5",
|
|
"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,
|
|
"suppressExcessPropertyErrors": true,
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
"target": "es5"
|
|
}
|
|
} |