mirror of https://github.com/OpenVidu/openvidu.git
23 lines
397 B
JSON
23 lines
397 B
JSON
![]() |
{
|
||
|
"compilerOptions": {
|
||
|
"sourceMap": true,
|
||
|
"declaration": false,
|
||
|
"moduleResolution": "node",
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"lib": [
|
||
|
"es2016",
|
||
|
"dom"
|
||
|
],
|
||
|
"outDir": "../out-tsc/app",
|
||
|
"target": "es5",
|
||
|
"module": "es2015",
|
||
|
"baseUrl": "",
|
||
|
"types": []
|
||
|
},
|
||
|
"exclude": [
|
||
|
"test.ts",
|
||
|
"**/*.spec.ts"
|
||
|
]
|
||
|
}
|