chore(richtext-lexical): enable strict: true (#9394)

Thanks to @GermanJablo for doing most of the work by enabling
`noImplicitAny` and `strictNullChecks` in previous PRs
This commit is contained in:
Alessio Gravili
2024-11-20 21:19:18 -07:00
committed by GitHub
parent 90e37fe78d
commit 48b60fc905
25 changed files with 197 additions and 168 deletions

View File

@@ -121,9 +121,9 @@ export interface Config {
user: User & {
collection: 'users';
};
jobs?: {
jobs: {
tasks: unknown;
workflows?: unknown;
workflows: unknown;
};
}
export interface UserAuthOperations {