public-gateway-cacher/tsconfig.json

21 lines
477 B
JSON
Raw 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.
*/
2019-11-29 02:20:50 +00:00
{
"files": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.spec.json"
2020-07-10 04:53:52 +00:00
},
{
"path": "./e2e/tsconfig.json"
}
]
2020-07-10 04:53:52 +00:00
}