UNPKG

@nestjs/cli

Version:

Nest - modern, fast, powerful node.js web framework (@cli)

54 lines (48 loc) 907 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultConfiguration = { language: 'ts', sourceRoot: 'src', collection: '@nestjs/schematics', entryFile: 'main', projects: {}, monorepo: false, compilerOptions: { tsConfigPath: 'tsconfig.build.json', webpack: false, webpackConfigPath: 'webpack.config.js', plugins: [], assets: [], }, generateOptions: {}, }; exports.defaultOutDir = 'dist'; exports.defaultGitIgnore = `# compiled output /dist /node_modules # Logs logs *.log npm-debug.log* yarn-debug.log* yarn-error.log* lerna-debug.log* # OS .DS_Store # Tests /coverage /.nyc_output # IDEs and editors /.idea .project .classpath .c9/ *.launch .settings/ *.sublime-workspace # IDE - VSCode .vscode/* !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json`;