mirror of https://github.com/OpenVidu/openvidu.git
14 lines
316 B
JSON
14 lines
316 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
|
|
},
|
|
}
|