mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-25 23:51:04 +00:00
55d049e945
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
23 lines
433 B
JSON
23 lines
433 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"outDir": "./dist/out-tsc",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"target": "es5",
|
|
"typeRoots": [
|
|
"node_modules/@types"
|
|
],
|
|
"lib": [
|
|
"es2016",
|
|
"dom"
|
|
],
|
|
},
|
|
"include": [
|
|
"./node_modules/angular2-indexeddb/index.ts"
|
|
]
|
|
}
|