03d935d633
New version of TS-Lint New version of ngx-file-drop with breaking changes npm audits Removed Terser, should work out of the box again
21 lines
649 B
JSON
21 lines
649 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"baseUrl": "./src",
|
|
"outDir": "./dist/out-tsc",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"target": "es5",
|
|
"typeRoots": ["node_modules/@types"],
|
|
"lib": ["es2017", "dom"],
|
|
"paths": {
|
|
"exceljs": ["../node_modules/exceljs/dist/exceljs.min"],
|
|
"core-js/es7/*": ["../node_modules/core-js/proposals/reflect-metadata"],
|
|
"core-js/es6/*": ["../node_modules/core-js/es/*"]
|
|
}
|
|
}
|
|
}
|