Skip to content

Commit

Permalink
chore: add explicit typeRoots
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommytrg committed Feb 2, 2024
1 parent f694495 commit 4de0628
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@
"strictNullChecks": true,
"strictPropertyInitialization": true,
"target": "ESNext",
"typeRoots": ["./node_modules/@types", "@types"],
"typeRoots": [
"./node_modules/@types",
"./node_modules/@microsoft",
"./node_modules"
],
"types": ["vitest/globals"]
},
"include": ["./**/*.ts"],
"exclude": ["node_modules", "dist"],
Expand Down

0 comments on commit 4de0628

Please sign in to comment.