ngx-translate-extract/tsconfig.json
2016-12-10 03:29:03 +01:00

20 lines
408 B
JSON

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