TypeScript

Wat is strict mode in TypeScript?

Enable strict type checking.

Home/Categorieën/TypeScript/Wat is strict mode in TypeScript?

Strict settings

strictNull: null/undefined checks strictFunctionTypes: function parameter type checks noImplicitAny: ban 'any' inference

Relevante trefwoorden

strictconfiguration