ngx-translate-extract-marker/tsconfig.json

31 lines
680 B
JSON
Raw Normal View History

2019-06-24 13:39:17 +03:00
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"downlevelIteration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"module": "esnext",
"moduleResolution": "node",
"importHelpers": true,
"target": "es2015",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2018",
"dom"
],
"paths": {
"ngx-translate-extract-marker": [
"dist/ngx-translate-extract-marker"
],
"ngx-translate-extract-marker/*": [
"dist/ngx-translate-extract-marker/*"
]
}
}
}