Skip to content

Commit c0c2c67

Browse files
We dontt need the extra strict property
1 parent 2e2dc1d commit c0c2c67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"node_modules"
44
],
55
"compilerOptions": {
6-
"noEmit": true,
76
"esModuleInterop": true,
8-
"strictNullChecks": true,
7+
"noEmit": true,
98
"strict": true
109
}
1110
}
11+

0 commit comments

Comments
 (0)