gns3-web-ui/tsconfig.json

17 lines
435 B
JSON
Raw Normal View History

2020-06-30 08:42:31 +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.
*/
2017-09-25 11:07:52 +00:00
{
2020-06-30 08:42:31 +00:00
"files": [],
"references": [
{
"path": "./src/tsconfig.app.json"
2019-04-29 11:00:04 +00:00
},
2020-06-30 08:42:31 +00:00
{
"path": "./src/tsconfig.spec.json"
}
]
2020-06-30 08:42:31 +00:00
}