Skip to content

Commit 4533459

Browse files
committed
chore: remove typeroots to resolve node:path warnings
1 parent 3188198 commit 4533459

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/headers/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"esModuleInterop": true,
1111
"forceConsistentCasingInFileNames": true,
1212
"strict": true,
13-
"skipLibCheck": true,
14-
"typeRoots": ["node_modules/@types", "types"]
13+
"skipLibCheck": true
1514
},
1615
"include": ["src"]
1716
}

0 commit comments

Comments
 (0)