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 */