webpack-angular-translate
Version:
Webpack plugin that extracts the translation-ids with the default texts.
17 lines (16 loc) • 414 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"sourceMap": true,
"noImplicitAny": true,
"outDir": "dist",
"moduleResolution": "node",
"noUnusedLocals": true,
"noUnusedParameters": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"lib": ["es2015"]
},
"files": ["src/index.ts", "src/html/html-loader.ts", "src/js/js-loader.ts"]
}