Skip to content

Commit 8315359

Browse files
committed
fix: set strict:false in util-locate-window
1 parent e5ace0b commit 8315359

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/util-locate-window/tsconfig.es.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"strict": false,
34
"noImplicitUseStrict": true,
45
"noImplicitAny": true,
56
"noImplicitThis": true,

0 commit comments

Comments
 (0)