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