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


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