Skip to content

Commit

Permalink
Fixing ts:check (#79-3)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Aug 8, 2024
1 parent b2f6990 commit 8f15b73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"lib": ["ES2020", "DOM"],
"sourceMap": true,
"rootDir": "src",
"strict": true /* enable all strict type-checking options */
"strict": true /* enable all strict type-checking options */,
"types": ["./src/types/global"]
},
"exclude": [
"node_modules",
Expand Down

0 comments on commit 8f15b73

Please sign in to comment.