mirror of https://github.com/OpenVidu/openvidu.git
27 lines
439 B
JSON
27 lines
439 B
JSON
![]() |
{
|
||
|
"compilerOptions": {
|
||
|
"sourceMap": true,
|
||
|
"declaration": false,
|
||
|
"moduleResolution": "node",
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"lib": [
|
||
|
"es2016"
|
||
|
],
|
||
|
"outDir": "../out-tsc/spec",
|
||
|
"module": "commonjs",
|
||
|
"target": "es6",
|
||
|
"baseUrl": "",
|
||
|
"types": [
|
||
|
"jasmine",
|
||
|
"node"
|
||
|
]
|
||
|
},
|
||
|
"files": [
|
||
|
"test.ts"
|
||
|
],
|
||
|
"include": [
|
||
|
"**/*.spec.ts"
|
||
|
]
|
||
|
}
|