ngx-translate-extract/tsconfig.json
2016-12-03 15:09:39 +01:00

18 lines
405 B
JSON

{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"target": "ES6",
"module": "commonjs",
"outDir": "./dist/",
"sourceMap": true,
"declaration": true,
"removeComments": true,
"forceConsistentCasingInFileNames": true
},
"exclude": [
"dist",
"node_modules"
]
}