Skip to content

Commit

Permalink
docs: added TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasgeiler authored Dec 5, 2023
1 parent ad1a210 commit 3e5dcc1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ while (fs.existsSync(temporaryTsconfigPath)) {
`tsconfig.tsc-files-${randomChars()}.json`,
);
}
// TODO: Use MD5 hash instead of randomChars
// TODO: Overwrite tsBuildInfoFile path and use a temporary path instead, based on the hash
// TODO: Maybe try to put the tsconfig.json file in the temporary directory too, check if it NEEDS to be in the project root

// Create a new temporary config file with the files to type-check
fs.writeFileSync(
Expand Down

0 comments on commit 3e5dcc1

Please sign in to comment.