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


Hang on, we reloading big blames...
{
"compilerOptions": { "skipLibCheck": true, "baseUrl": "./",
"target": "es2018",
"module": "esnext", "moduleResolution": "node", "sourceMap": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "noImplicitAny": true, "suppressImplicitAnyIndexErrors": true, "lib": [ "es2018", "dom" ], "paths": { "*": [ "node_modules/@types/*", "*" ] } }, "includes": [ "src/angular/**/*", "test/angular-webpack/**/*"
],
"exclude": [ "node_modules", "src/angular/bundle.aot.ts", "test/angular-karma-disabled", "test/angular-webpack/angular/bundle.aot.ts", "build/browser" ], "angularCompilerOptions-save": { "annotationsAs": "decorators", "preserveWhitespaces": false }, "angularCompilerOptions": { "enableIvy": false
}
}