From 85cdd46f0082afb8ed09dcb0983071daa6bde38c Mon Sep 17 00:00:00 2001 From: William Carroll Date: Tue, 11 Feb 2020 17:07:04 +0000 Subject: Attempt to support TypeScript for coding challenges I was a bit weaker than I expected to be in my most recent interview using TypeScript. To improve, I think I'd like to attempt solving some of the InterviewCake.com questions using TypeScript. If you've read the previous commits, the inspiration for `run` arose because I need to call `npx ts-code `, which is easy enough to remember, but I'd still rather just call `run `. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index cda768f08fe4..115d4f1a0b16 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ __pycache__ /monzo_ynab/ynab/fixture.json /monzo_ynab/monzo/fixture.json /monzo_ynab/kv.json +node_modules/ -- cgit 1.4.1