Skip to content

Commit 201b057

Browse files
authored
make TypeScript ignore global typings (sveltejs#5704)
1 parent 666b7ae commit 201b057

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
//"strict": true,
2626
"noImplicitThis": true,
2727
"noUnusedLocals": true,
28-
"noUnusedParameters": true
28+
"noUnusedParameters": true,
29+
"typeRoots": ["./node_modules/@types"]
2930
}
3031
}

0 commit comments

Comments
 (0)