Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hokaccha committed Mar 24, 2024
1 parent a1e8000 commit d3c6d28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
__generated__/
README.md
4 changes: 2 additions & 2 deletions example/with-nestjs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"skipLibCheck": true,
"strict": true,
"strict": true
},
"include": ["src/**/*.ts"],
"include": ["src/**/*.ts"]
}

0 comments on commit d3c6d28

Please sign in to comment.