better-npm-init
Version:
A better version of npm init, with templates and more. Usage: better-npm-init <template> [--yarn] [--install] [--git] [--yes] [--help]
12 lines (11 loc) • 362 B
JSON
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": []
},
"files": ["main.ts", "polyfills.ts"],
"include": ["**/*.ts", "**/*.d.ts"],
"exclude": ["../node_modules", "test.ts", "**/*.spec.ts", "**/environment.*.ts"]
}