Skip to content

Commit df8d438

Browse files
committed
Revert "refactor(tsconfig): remove default typeRoots"
This reverts commit 285b51b.
1 parent a5a3ac8 commit df8d438

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/slice-machine/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"noUnusedLocals": true,
1010
"noUnusedParameters": true,
1111
"baseUrl": "./",
12+
"typeRoots": ["./node_modules/@types"],
1213
"types": ["node"],
1314
"inlineSourceMap": true,
1415
"skipLibCheck": true,

0 commit comments

Comments
 (0)