From 2439fda733149972c32fd8125dab665e55a7f342 Mon Sep 17 00:00:00 2001 From: Chris Saganic Date: Mon, 20 Mar 2023 09:13:09 -0700 Subject: [PATCH] chore: add comments --- src/main.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index cbdd101..a9a3da2 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,4 +1,5 @@ -// types working +// main.ts import fs from "fs" +// log the contents of package.json console.log('Working', fs.readFileSync('package.json', 'utf8')) \ No newline at end of file