SoftwareBrothers / adminjs-mongoose

Mongoose adapter for AdminJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add strict flags to tsconfig

wojtek-krysiak opened this issue · comments

there should be at least those what we have in admin-bro core:

  "strictNullChecks": true,
  "strictPropertyInitialization": true,
  "strictFunctionTypes": true,
  "strictBindCallApply": true,
  "noImplicitThis": true,