jack-cli
Version:
Chop through that Git log wicked fast!
23 lines (22 loc) • 491 B
JSON
{
"compileOnSave": true,
"compilerOptions": {
"alwaysStrict": true,
"lib": ["es2015", "es2016.array.include"],
"module": "commonjs",
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"outDir": "./dist",
"pretty": true,
"rootDir": "./src",
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"strictNullChecks": true,
"target": "es5"
}
}