Skip to content

Commit

Permalink
docs: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhaenisch committed Nov 9, 2022
1 parent 290a1fd commit 05eab33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/get-compiler-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 05eab33

Please sign in to comment.