aoc-automation
Version:
Advent of Code tool to automate the repetitive parts of AoC.
16 lines (15 loc) • 397 B
TypeScript
declare const launchJSON: () => {
version: string;
configurations: {
type: string;
request: string;
name: string;
"program.description": string;
program: string;
preLaunchTask: string;
outFiles: string[];
sourceMaps: boolean;
resolveSourceMapLocations: string[];
}[];
};
export default launchJSON;