UNPKG

@ngx-i18nsupport/tooling

Version:

Schematics to add the tooling to be used with the Angular 2 i18n workflow

33 lines (32 loc) 682 B
{ "extends": "../../tsconfig.lib.json", "compilerOptions": { "rootDir": ".", "outDir": "../../../../dist/tooling/src/builders", "lib": [ "es2017", "dom" ], "module": "commonjs", "moduleResolution": "node", "noEmitOnError": true, "noFallthroughCasesInSwitch": true, "noImplicitAny": true, "noImplicitThis": true, "noUnusedParameters": true, "noUnusedLocals": true, "skipDefaultLibCheck": true, "skipLibCheck": true, "strictNullChecks": true, "target": "es6", "types": [ "jasmine", "node" ] }, "include": [ "src/**/*" ], "exclude": [ ] }