Skip to content

Commit

Permalink
Merge pull request #5 from codebrick-corp/feat-nestjs-9-support
Browse files Browse the repository at this point in the history
feat: support nestjs@9
  • Loading branch information
wokim authored Aug 4, 2022
2 parents 3fb8d22 + 86c8877 commit c901169
Show file tree
Hide file tree
Showing 8 changed files with 2,738 additions and 4,462 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module.exports = {
parser: '@typescript-eslint/parser',
parserOptions: {
project: 'tsconfig.json',
tsconfigRootDir: __dirname,
sourceType: 'module',
},
plugins: ['@typescript-eslint/eslint-plugin'],
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ lerna-debug.log*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/extensions.json
1 change: 1 addition & 0 deletions nest-cli.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src"
}
Loading

0 comments on commit c901169

Please sign in to comment.