openvidu/openvidu-components-angular/tsconfig.json

21 lines
476 B
JSON
Raw Permalink Normal View History

/*
This is a "Solution Style" tsconfig.json file, and is used by editors and TypeScripts language server to improve development experience.
It is not intended to be used to perform a compilation.
To learn more about this file see: https://angular.io/config/solution-tsconfig.
*/
{
"files": [],
"compilerOptions": {
"baseUrl": "./"
},
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.spec.json"
}
]
}