Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Commit

Permalink
chore(env): ignore test files while build
Browse files Browse the repository at this point in the history
  • Loading branch information
junhoyeo committed Jul 4, 2021
1 parent cc05694 commit 00f03c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
"jsx": "react",
"strict": true,
"esModuleInterop": true
}
},
"include": ["src/**/*"],
"exclude": ["src/**/*.test.ts"]
}

0 comments on commit 00f03c1

Please sign in to comment.