ngx-translate-extract/tsconfig.json
2016-12-04 22:52:10 +01:00

17 lines
313 B
JSON

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