@vyckr/ttid
Version:
A lightweight, time-based identifier generator that tracks creation, update, and deletion timestamps using a progressive format.
17 lines • 467 B
JSON
{
"compilerOptions": {
"strict": true,
"outDir": "bin",
"target": "ESNext",
"module": "ES2022",
"moduleResolution": "node",
"sourceMap": true,
"experimentalDecorators": true,
"pretty": true,
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"forceConsistentCasingInFileNames": true,
"types": ["bun-types", "node"],
"isolatedModules": true
}
}