@yamdbf/command-usage
Version:
YAMDBF plugin for logging command usage and command usage statistics
27 lines • 471 B
JSON
{
"compilerOptions": {
"experimentalDecorators": true,
"noImplicitAny": true,
"module": "commonjs",
"target": "es2017",
"lib": [
"es7"
],
"declaration": true,
"sourceMap": true,
"removeComments": false,
"skipLibCheck": true,
"stripInternal": true
},
"exclude": [
"node_modules",
"bower_components",
"jspm_packages",
"tmp",
"temp",
"bin",
"docs",
"pkg",
"examples"
]
}