mirror of https://github.com/OpenVidu/openvidu.git
25 lines
594 B
JSON
25 lines
594 B
JSON
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../dist/openvidu-angular",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"lib": ["ES2021", "dom"],
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"declarationMap": true,
|
|
"inlineSources": true,
|
|
"resolveJsonModule": true,
|
|
"types": []
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"src/test.ts",
|
|
"**/*.spec.ts",
|
|
"**/*.mock.ts"
|
|
]
|
|
}
|