5 lines
226 B
TypeScript
5 lines
226 B
TypeScript
|
|
// 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';
|