2020-06-30 08:42:31 +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.
|
|
|
|
|
*/
|
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"
|
|
|
|
|
}
|
Icons set
Build electron for Linux, Windows and macOS. Ref. #18, #19, #20, #22
Include gns3server in electron app. Ref. #21
Bumping version Ref. #24
CD and Release for AppVeyor, CircleCi and TCI. Ref. #25, #26, #27, #28
Make lighter artifacts #31
Build gns3server for Linux, Windows and macOS. Ref. #33, #34, #35
2018-01-04 11:50:20 +00:00
|
|
|
|
]
|
2020-06-30 08:42:31 +00:00
|
|
|
|
}
|