Files
gnatdashboard/webui/typedoc.json
Charly Delay 319ca58913 webui: switch build system to webpack
As per AngularJS development team recommendations and examples at
https://github.com/AngularClass/angular2-webpack-starter, the build
system and development environment for the Web Application is now
supported by Webpack (https://webpack.github.io/);

Also bumped AngularJS version to 2.0.0-beta.8;

Also updated the test procedure to include coverage results.

Change-Id: Ia5a8dc7d2bc2269cdde78547ea6a68eff022df65
2016-06-07 17:56:15 -04:00

16 lines
385 B
JSON

{
"mode": "modules",
"out": "doc",
"theme": "default",
"ignoreCompilerErrors": "true",
"experimentalDecorators": "true",
"emitDecoratorMetadata": "true",
"target": "ES5",
"moduleResolution": "node",
"preserveConstEnums": "true",
"stripInternal": "true",
"suppressExcessPropertyErrors": "true",
"suppressImplicitAnyIndexErrors": "true",
"module": "commonjs"
}