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


Hang on, we reloading big blames...
{
"compilerOptions": { "skipLibCheck": true, "declaration": true, "baseUrl": "./",
"target": "es2018",
"module": "esnext", "moduleResolution": "node", "sourceMap": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "noImplicitAny": true, "outDir": "./dist", "suppressImplicitAnyIndexErrors": true, "lib": [ "es2018", "dom" ], "paths": { "*": [ "node_modules/@types/*", "*" ] } }, "includes": [ "src/**/*"
],
"exclude": [ "node_modules",
"test", "src-save"
], "angularCompilerOptions": { "strictMetadataEmit": true, "skipTemplateCodegen": true,
"annotateForClosureCompiler": true, "enableIvy": false
}
}