UNPKG

better-npm-init

Version:

A better version of npm init, with templates and more. Usage: better-npm-init <template> [--yarn] [--install] [--git] [--yes] [--help]

11 lines (10 loc) 211 B
{ "extends": "./tsconfig.base.json", "compilerOptions": { "module": "commonjs", "target": "es5", "downlevelIteration": true, "outDir": "../dist/cjs" }, "exclude": ["./internal/umd.ts"] }