From 05eab333770dd3465d680f5c4d0ceb88073c496e Mon Sep 17 00:00:00 2001 From: simonhaenisch Date: Wed, 9 Nov 2022 21:28:44 +0100 Subject: [PATCH] docs: fix comment --- lib/get-compiler-options.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/get-compiler-options.js b/lib/get-compiler-options.js index dee2487..e7b97cf 100644 --- a/lib/get-compiler-options.js +++ b/lib/get-compiler-options.js @@ -3,7 +3,7 @@ const ts = require('typescript'); const { memoize } = require('./memoize'); /** - * Get the compiler options from a path to a file in the project. Returns from in-memory cache if they have been read already. + * Get the compiler options from a path to a file in the project. * * @param {string} path path to a file in the project */