lj-log4js-pm2intercom
Version:
pm2-intercom is problematic with PM2 2.x, this is a mimic version to temporarily resolve some problem in our own project
19 lines (18 loc) • 386 B
JSON
{
"compilerOptions": {
"outDir": "dist",
"declaration": true,
"module":"commonjs",
"target":"es2016",
"noImplicitAny": true,
"moduleResolution": "node",
"sourceMap": true,
"skipLibCheck": false,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"noUnusedLocals": true,
"lib": ["es2016", "es2015"],
"pretty": true
},
"include": ["ts/**/*.ts"]
}