mirror of https://github.com/OpenVidu/openvidu.git
16 lines
322 B
JSON
16 lines
322 B
JSON
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"outDir": "./dist",
|
|
"lib": [
|
|
"es6"
|
|
],
|
|
"types": [ "mocha", "node" ],
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true
|
|
}
|
|
}
|