UNPKG

timecoder

Version:

TimeCoder is a VS Code extension designed to boost your productivity while coding. It features a stopwatch to track how long you take to solve problems or complete tasks, and a Pomodoro timer to challenge yourself to finish tasks within a set time — all w

14 lines (13 loc) 182 B
{ "compilerOptions": { "module": "Node16", "target": "ES2022", "checkJs": true, /* Typecheck .js files. */ "lib": [ "ES2022" ] }, "exclude": [ "node_modules" ] }