You've already forked gnatdashboard
mirror of
https://github.com/AdaCore/gnatdashboard.git
synced 2026-02-12 12:30:42 -08:00
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
16 lines
385 B
JSON
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"
|
|
}
|