csantosm 5d17a4b930 Revert "Removed openvidu-angular tutorial "
This reverts commit 5833b30efb9c2201375a8b703cce5b0bc05bcd46.
2022-08-26 11:57:06 +02:00

14 lines
217 B
JSON

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