RSS Git Download  Clone
Raw View History
Blames found: 9 Mode: javascript Binary: false


Hang on, we reloading big blames...
{ "compilerOptions": {
"skipLibCheck": true,
"outDir": "build/aot", "target": "es5", "module": "commonjs", "moduleResolution": "node", "sourceMap": false, "emitDecoratorMetadata": true, "experimentalDecorators": true, "noImplicitAny": true, "suppressImplicitAnyIndexErrors": true, "lib": [ "es5", "es6", "dom", "es2015.collection", "es2015.promise",
"es2015.core", "es2016", "es2017"
] }, "includes": [ "src/angular/**/*", "test/angular-webpack/**/*" ], "exclude": [ "node_modules",
"src/angular/bundle.ts", "test/angular-webpack/angular/bundle.ts",
"build/browser" ], "angularCompilerOptions": {
"annotationsAs": "decorators", "preserveWhitespaces": false
} }