Skip to content

Commit 056bf2b

Browse files
authored
Merge branch 'master' into strict-strictNullChecks
2 parents e684c6e + 78de8a7 commit 056bf2b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"compilerOptions": {
44
"noImplicitAny": true,
55
"noImplicitOverride": true,
6+
"noUncheckedSideEffectImports": true,
67
"types": ["vitest/globals"]
78
}
89
}

0 commit comments

Comments
 (0)