Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7d23eb5

Browse files
committed
chore: adjust tsd config for TypeScript 6
1 parent 55e1262 commit 7d23eb5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

test-dts/tsconfig.tsd.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"extends": "../tsconfig.json",
33
"compilerOptions": {
4-
"noEmit": false,
4+
"rootDir": "..",
5+
"noEmit": true,
6+
"lib": ["DOM", "ES2019"],
7+
"types": ["node"],
58
"skipLibCheck": true,
69
"experimentalDecorators": true,
710
"noUncheckedIndexedAccess": true,

0 commit comments

Comments
 (0)