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
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