Determines if the current working directory is a TypeScript project.
Checks for tsconfig.json and typescript in devDependencies/dependencies.
Optional
Optional working directory to check, defaults to process.cwd()
true if the project appears to use TypeScript.
true
Determines if the current working directory is a TypeScript project.
Checks for tsconfig.json and typescript in devDependencies/dependencies.