Skip to content

Commit

Permalink
chore: 리뷰내용반영
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-moon committed Nov 9, 2020
1 parent d8c4eea commit 8581690
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# IDE
.vscode
.idea
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ example
.github
config
tasks
.vscode
.idea
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"moduleResolution": "node",
"declaration": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"noUnusedParameters": true,
"esModuleInterop": true,
Expand Down

0 comments on commit 8581690

Please sign in to comment.