-
Notifications
You must be signed in to change notification settings - Fork 0
Tsconfig not strict #91
Copy link
Copy link
Labels
bugSomething isn't workingSomething isn't working
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working