UNPKG

advent-of-code-client

Version:

A NodeJS client for fetching inputs, running puzzle challenges and submitting answers to Advent Of Code directly from your JavaScript code.

15 lines (14 loc) 291 B
{ "compilerOptions": { "declaration": true, "types": ["node"], "module": "commonjs", "esModuleInterop": true, "noImplicitAny": false, "removeComments": true, "preserveConstEnums": true, "sourceMap": true, "outDir": "dist" }, "include": ["./src/"] }