csantosm 557f10ce96 openvidu-angular-library: Updated to Angular 10
Updated tutorial to Angular 10 to match with the openvidu-angular library
2020-07-15 11:31:57 +02:00

13 lines
218 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "../out-tsc/app",
"module": "commonjs",
"target": "es5",
"types": [
"jasmine",
"jasminewd2",
"node"
]
}
}