2020-07-16 12:55:44 +00:00
|
|
|
|
/*
|
|
|
|
|
This is a "Solution Style" tsconfig.json file, and is used by editors and TypeScript’s 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.
|
|
|
|
|
*/
|
2018-05-12 18:48:12 +00:00
|
|
|
|
{
|
2020-07-16 12:55:44 +00:00
|
|
|
|
"files": [],
|
|
|
|
|
"references": [
|
|
|
|
|
{
|
|
|
|
|
"path": "./src/tsconfig.app.json"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "./src/tsconfig.spec.json"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "./e2e/tsconfig.e2e.json"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|