ngx-translate-extract/tsconfig.json
Kim Biesbjerg 085f5fe700 Add tslint
2016-12-07 06:03:23 +01:00

18 lines
345 B
JSON

{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"noUnusedLocals": true,
"declaration": true,
"target": "ES6",
"module": "commonjs",
"outDir": "./dist/",
"sourceMap": true
},
"include": [
"src/**/*.ts"
],
"exclude": [
"node_modules"
]
}