Utility types that match common JSON schemas.
2.0.0-alpha
import { Json } from '@maddimathon/utility-typescript/types';import { ... } from '@maddimathon/utility-typescript/types/json'; Copy
import { Json } from '@maddimathon/utility-typescript/types';import { ... } from '@maddimathon/utility-typescript/types/json';
The general shape of most package.json (npm) files.
Only for PackageJson.
A valid TsConfig object.
Utility types used by TsConfig interface.
Utility types that match common JSON schemas.
Since
2.0.0-alpha
Example