build: use strict null checks part 5

This commit is contained in:
Kamil Myśliwiec
2024-11-26 14:39:51 +01:00
parent 5b220df118
commit 7d3e5c1a38
75 changed files with 98 additions and 75 deletions

View File

@@ -10,6 +10,7 @@
"target": "ES2021",
"sourceMap": true,
"allowJs": true,
"strictNullChecks": true,
"outDir": "./dist",
"paths": {
"@nestjs/common": ["../../packages/common"],