Skip to content

Tsconfig not strict #91

@Exeloo

Description

@Exeloo

In the tsconfig.build, there is 2 fields that make tsconfig not that strict.

It is require because if it's needed to build game with tsc, it will have an issue if this flags are not put.
But this flags are not usual.

Flags are :

  • "noImplicitAny": false
  • "strictPropertyInitialization": false

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions