UNPKG

ngx-i18nsupport-lib

Version:

A Typescript library to work with Angular generated i18n files (xliff, xmb)

33 lines (32 loc) 667 B
{ "compilerOptions": { "baseUrl": "", "declaration": true, "stripInternal": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "lib": ["es6", "dom"], "mapRoot": "./", "module": "CommonJS", "moduleResolution": "node", "outDir": "./dist", "lib": ["es2015", "dom"], "sourceMap": true, "target": "es5", "typeRoots": [ "./node_modules/@types" ] }, "includes": [ "./src/**/*" ], "exclude": [ "node_modules", "bundles", "dist" ], "angularCompilerOptions": { "strictMetadataEmit": true, "skipTemplateCodegen": true } }