Skip to content

Commit

Permalink
try explicitly specifying typeroot
Browse files Browse the repository at this point in the history
  • Loading branch information
r3dDoX committed Sep 26, 2024
1 parent aec6eb4 commit 28d7be1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
"noFallthroughCasesInSwitch": false,
"baseUrl": "./",
"outDir": "./dist",
"declaration": true
"declaration": true,
"typeRoots": [
"./node_modules/@types"
]
},
"include": [
"src"
Expand Down

0 comments on commit 28d7be1

Please sign in to comment.