Add @ts-check to JS files without it, address resulting issues.

This commit is contained in:
David Anson 2019-10-30 20:37:06 -07:00
parent eacfa6142b
commit 37307d0764
7 changed files with 237 additions and 117 deletions

5
test/jsconfig.json Normal file
View file

@ -0,0 +1,5 @@
{
"compilerOptions": {
"resolveJsonModule": true
}
}