UNPKG

aoc-automation

Version:

Advent of Code tool to automate the repetitive parts of AoC.

12 lines (11 loc) 252 B
declare const launchJSON: () => { version: string; configurations: { type: string; request: string; name: string; program: string; preLaunchTask: string; }[]; }; export default launchJSON;