Skip to content

Commit

Permalink
chore(general): exclude generated ts files from watch list (#749)
Browse files Browse the repository at this point in the history
  • Loading branch information
tveinfeld authored Apr 6, 2021
1 parent 2044ded commit 3f9fa1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monowatch.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"watch": ["**/*.ts", "**/*.scss"],
"ignore": ["*.d.ts", "*.css.ts", "*.autogenerated.*"],
"ignore": ["**/*.d.ts", "**/*.css.ts", "**/*.autogenerated.*"],
"include_dependants": true,
"abort_on_errors": true
}

0 comments on commit 3f9fa1e

Please sign in to comment.