Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Aug 21, 2024
1 parent 7e4ed78 commit c008045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"noUncheckedIndexedAccess": true,
"strict": true,
"typeRoots": ["node_modules/@types"],
"types": ["jest", "node"],
"types": ["jest", "node"]
},
"exclude": ["node_modules"],
"include": ["declaration.d.ts", "packages/**/*.ts", "packages/**/*.tsx"],
"include": ["declaration.d.ts", "packages/**/*.ts", "packages/**/*.tsx"]
}

0 comments on commit c008045

Please sign in to comment.