Skip to content

Commit e9d9a93

Browse files
committed
Put back database nullcheck exception
1 parent 10fe94e commit e9d9a93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/database/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"extends": "../../config/tsconfig.base.json",
33
"compilerOptions": {
4-
"outDir": "dist"
4+
"outDir": "dist",
5+
"strictNullChecks": false
56
},
67
"exclude": [
78
"dist/**/*"

0 commit comments

Comments
 (0)