We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3baec8f commit 6bb876fCopy full SHA for 6bb876f
server/tsconfig.json
@@ -6,6 +6,7 @@
6
"lib": ["ES2022"],
7
"types": ["node", "jest"]
8
},
9
+ "strictNullChecks": true,
10
"include": ["./**/*"],
11
"exclude": ["../node_modules", "../client"]
12
}
0 commit comments