Skip to content

Commit

Permalink
Only type-check TypeScript files for now
Browse files Browse the repository at this point in the history
This should make it easier to turn on type-checking
  • Loading branch information
seanh committed Jul 4, 2024
1 parent 5f52af4 commit 0d78e19
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions h/static/scripts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,5 @@
"target": "ES2020",
"useUnknownInCatchVariables": false
},
"include": ["**/*.js", "**/*.ts", "**/*.tsx"],
"exclude": [
// Tests and test infrastructure
"**/test/*.js",
"bootstrap.js",
"karma.config.cjs"
]
"include": ["**/*.ts", "**/*.tsx"]
}

0 comments on commit 0d78e19

Please sign in to comment.