Files
pn-new-crm/src/types/ts-reset.d.ts

5 lines
226 B
TypeScript
Raw Normal View History

// Activates @total-typescript/ts-reset — tightens TypeScript stdlib types
// across the project (JSON.parse, Array.isArray, .filter(Boolean), etc.)
// without changing runtime behavior.
import '@total-typescript/ts-reset';