gns3-web-ui/tsconfig.json
ziajka 55d049e945 Icons set
Build electron for Linux, Windows and macOS. Ref. , , , 
Include gns3server in electron app. Ref. 
Bumping version Ref. 
CD and Release for AppVeyor, CircleCi and TCI. Ref. , , , 
Make lighter artifacts 
Build gns3server for Linux, Windows and macOS. Ref. , , 
2018-01-17 15:46:45 +01:00

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"
]
}