fix-colors-out-of-memory
Version:
[colors](https://www.npmjs.com/package/colors)@^1.4.1 has action of out-of-memory: https://github.com/Marak/colors.js/commit/5d2d242f656103ac38086d6b26433a09f1c38c75.
22 lines • 507 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
//"noImplicitAny": false,
//"sourceMap": true,
"allowJs": true,
//"outDir": "target",
"inlineSourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true
//"inlineSources": true
},
"include": [
"**/*.ts"
],
"exclude": [
"node_modules"
]
}