TypeScript
Wat is strict mode in TypeScript?
Enable strict type checking.
Strict settings
strictNull: null/undefined checks strictFunctionTypes: function parameter type checks noImplicitAny: ban 'any' inference
Relevante trefwoorden
strictconfiguration