Skip to content
This repository has been archived by the owner on Dec 1, 2019. It is now read-only.

fix: checker should also watch change in json files #629

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/instance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ export function readConfigFile(
}
}

let EXTENSIONS = /\.tsx?$|\.jsx?$/
let EXTENSIONS = /\.tsx?$|\.jsx?$|\.json$/
export type Dict<T> = { [key: string]: T }

const filterMtimes = (mtimes: any) => {
Expand Down