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

19 lines
261 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "../out-tsc/spec",
"types": [
"jasmine",
"node"
]
},
"files": [
"test.ts",
"polyfills.ts"
],
"include": [
"**/*.spec.ts",
"**/*.d.ts"
]
}