@semo/core
    Preparing search index...

    Function isTypeScriptProject

    • Determines if the current working directory is a TypeScript project.

      Checks for tsconfig.json and typescript in devDependencies/dependencies.

      Parameters

      • Optionalcwd: string

        Optional working directory to check, defaults to process.cwd()

      Returns boolean

      true if the project appears to use TypeScript.