ngx-translate-extract/tsconfig.json

17 lines
313 B
JSON
Raw Normal View History

2016-12-03 17:09:39 +03:00
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
2016-12-05 00:52:10 +03:00
"declaration": true,
2016-12-03 17:09:39 +03:00
"target": "ES6",
"module": "commonjs",
"outDir": "./dist/",
2016-12-05 00:52:10 +03:00
"sourceMap": true
2016-12-03 17:09:39 +03:00
},
2016-12-05 00:52:10 +03:00
"include": [
"src/**/*.ts"
],
2016-12-03 17:09:39 +03:00
"exclude": [
"node_modules"
]
}