Skip to content

Commit

Permalink
chore: allow type checking of JavaScript files
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurschreiber committed Jul 22, 2021
1 parent 405da42 commit 5667930
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"target": "esnext",
"moduleResolution": "node",
"allowJs": false,
"allowJs": true,
"noEmit": true,
"strict": true,
"isolatedModules": true,
Expand All @@ -16,6 +16,7 @@
"include": [
"src/**/*.ts",
"test/**/*.ts",
"test/**/*.js",
],

"typedocOptions": {
Expand Down

0 comments on commit 5667930

Please sign in to comment.