mirror of
https://github.com/Unleash/unleash.git
synced 2025-11-10 01:19:53 +01:00
As part of preparation for ESM and node/TSC updates, this PR will make Unleash build with strictNullChecks set to true, since that's what's in our tsconfig file. Hence, this PR also removes the `--strictNullChecks false` flag in our compile tasks in package.json. TL;DR - Clean up your code rather than turning off compiler security features :) |
||
|---|---|---|
| .. | ||
| createExportImportService.ts | ||
| export-import-api-usage.test.ts | ||
| export-import-controller.ts | ||
| export-import-permissions.e2e.test.ts | ||
| export-import-service.ts | ||
| export-import.e2e.test.ts | ||
| import-context-validation.test.ts | ||
| import-context-validation.ts | ||
| import-data.json | ||
| import-permissions-service.ts | ||
| import-toggles-store-type.ts | ||
| import-toggles-store.ts | ||
| import-validation-messages.ts | ||