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