UNPKG

constatic

Version:

Constatic is a CLI for creating and managing modern TypeScript projects, providing an organized structure and features that streamline development.

8 lines (7 loc) 207 B
import constantsJson from "../constants.json" with { type: "json" }; declare global { const constants: typeof constantsJson; } Object.assign(globalThis, Object.freeze({ constants: constantsJson }));