PRI_2020-FE/frontend/tsconfig.json

17 lines
427 B
JSON
Raw Normal View History

2020-06-26 17:48:19 +02: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-04-20 12:51:28 +02:00
{
2020-06-26 17:48:19 +02:00
"files": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.spec.json"
}
]
}