希曼日记

Typescript注意

需要在tsconfig.json启用以下配置

{
  "noImplicitAny": true,
  "noImplicitThis": true,
  "strictNullChecks": true,
}