ng2-translate
Version:
An implementation of angular translate for Angular 2
37 lines (36 loc) • 779 B
JSON
{
"compilerOptions": {
"noImplicitAny": true,
"module": "es2015",
"target": "es5",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"declaration": true,
"moduleResolution": "node",
"noUnusedLocals": true,
"types": [
"hammerjs",
"jasmine",
"node"
],
"lib": ["es2015", "dom"]
},
"files": [
"index.ts",
"ng2-translate.ts",
"./src/translate.pipe.ts",
"./src/translate.service.ts",
"./src/translate.parser.ts",
"tests/translate.parser.spec.ts",
"tests/translate.service.spec.ts",
"tests/translate.pipe.spec.ts"
],
"exclude": [
"node_modules",
"bundles"
],
"angularCompilerOptions": {
"strictMetadataEmit": true,
"skipTemplateCodegen": true
}
}