2020-06-30 04:09:19 +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-08-27 17:04:01 +00:00
|
|
|
|
{
|
2020-06-30 04:09:19 +00:00
|
|
|
|
"files": [],
|
|
|
|
|
"references": [
|
|
|
|
|
{
|
2021-01-29 03:17:30 +00:00
|
|
|
|
"path": "./src/client/tsconfig.app.json"
|
2020-06-30 04:09:19 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
2021-01-29 03:17:30 +00:00
|
|
|
|
"path": "./src/client/tsconfig.spec.json"
|
2020-06-30 04:09:19 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
2021-01-29 03:17:30 +00:00
|
|
|
|
"path": "./e2e/src/tsconfig.e2e.json"
|
2020-06-30 04:09:19 +00:00
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|