bitbadger.solutions-theme/bit-badger-solutions/tsconfig.json

17 lines
427 B
JSON
Raw Normal View History

2020-07-26 18:00:01 +00:00
/*
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.
*/
{
2020-07-26 18:00:01 +00:00
"files": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.spec.json"
}
]
}