An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with tsc

A curated list of projects in awesome lists tagged with tsc .

https://github.com/qmhc/vite-plugin-dts

A Vite plugin for generating `.d.ts` files.

dts react tsc typescript vite vite-plugin volar vue vue-tsc

Last synced: 08 May 2025

https://github.com/justkey007/tsc-alias

Replace alias paths with relative paths after typescript compilation

absolute-path alias compilation paths relative-path tsc typescript

Last synced: 13 May 2025

https://github.com/gilamran/tsc-watch

The TypeScript compiler with --watch and a new onSuccess argument

nodemon onchange tsc typescript watch

Last synced: 13 May 2025

https://github.com/tikv/minstant

Performant time measuring in Rust

high-performance high-performance-computing timing tsc

Last synced: 12 Apr 2025

https://github.com/azz/jest-runner-tsc

🃏A Jest runner for the TypeScript compiler

jest tsc typescript

Last synced: 05 Apr 2025

https://github.com/fhamborg/newsmtsc

Target-dependent sentiment classification in news articles reporting on political events. Includes a high-quality data set of over 11k sentences and a state-of-the-art classification model.

cuda dataset deep-learning news-articles pytorch sentiment-analysis sentiment-classification text-classification tsc

Last synced: 07 Apr 2025

https://github.com/evolution-gaming/tsc-silent

`tsc` with `--suppress` flag

tsc typescript

Last synced: 13 Oct 2025

https://github.com/antongolub/tsc-esm-fix

Make Typescript projects compatible with esm/mjs requirements

esm mjs tsc typescript util

Last synced: 12 Apr 2025

https://github.com/elboman/typescript-lib-example

Example of TypeScript library setup for multiple compilation targets using tsc and webpack

awesome-typescript-loader example library tsc typescript webpack

Last synced: 24 Jul 2025

https://github.com/bennycode/ts2esm

Transforms CommonJS projects into ESM.

cjs codemod declaration esm extension hacktoberfest js tsc typescript

Last synced: 05 Apr 2025

https://github.com/php-aidc/label-printer

A PHP package for label printers (Honeywell, Intermec, TSC)

aidc fingerprint honeywell intermec php7 printer tsc tspl tspl2

Last synced: 13 Apr 2025

https://github.com/caoccao/swc4j

swc4j (SWC for Java) is an ultra-fast JavaScript and TypeScript compilation and bundling tool on JVM.

compiler java javascript javet jsx parser rust swc transpile transpiler tsc tsx typescript

Last synced: 13 Jul 2025

https://github.com/jeremyben/tsc-prog

Create a tsconfig and compile Typescript files programmatically.

bundling definitions tsc tsconfig typescript

Last synced: 05 Apr 2025

https://github.com/traffic-alpha/illm-tsc

This repository contains the code for the paper“iLLM-TSC: Integration reinforcement learning and large language model for traffic signal control policy improvement”

llm reinforcement-learning rl tsc

Last synced: 22 Aug 2025

https://github.com/chefkissinc/forgedinvariant

The Intel & AMD CPU TSC sync kext. No commercial use.

amd amd-cpu cpp cxx intel intel-cpu kernel-extension kext lilu lilu-plugin macos tsc tsc-sync

Last synced: 29 Apr 2025

https://github.com/productdevbook/portakal

Universal printer language SDK — 9 languages, 9 parsers, 63 cross-compilers. TSC, ZPL, EPL, ESC/POS, CPCL, DPL, SBPL, Star PRNT, IPL. Zero dependencies. Pure TypeScript.

barcode cpcl dpl epl escpos esm ipl label-printer printer-sdk qr-code receipt-printer sato sbpl star-prnt thermal-printer tsc tspl typescript zero-dependency zpl

Last synced: 05 Jun 2026

https://github.com/jellydn/typecheck.nvim

A Neovim plugin for seamless TypeScript type checking.

neovim-plugin tsc typescript

Last synced: 24 Aug 2025

https://github.com/tjx666/vscode-mcp

MCP server for Cloud Code/VSCode/Cursor/Windsurf to use editor self functionality. ⚡ Get real-time LSP diagnostics, type information, and code navigation for AI coding agents without waiting for slow tsc/eslint checks.

agent ai claude cursor eslint language-server-protocol lint llm lsp mcp mcp-server stylelint tsc typescript vscode vscode-extension windsurf

Last synced: 08 Aug 2025

https://github.com/lumo-framework/lumo

Lumo Framework auto-discovers routes and subscribers, compiles them to cloud-native functions, and deploys to AWS or Cloudflare.

aws aws-lambda cloud cloudflare framework gcp serverless starter-template tsc typescript

Last synced: 18 Jun 2025

https://github.com/cadienvan/npm-package-ts-scaffolding

A simple scaffolding tool for creating a new project to be published to npm. It provides a build command that will compile your code to a CommonJS Node 14.16 target, allowing named imports for CommonJS packages inside ESM files.

eslint esm esmodules husky jest lint-staged npm prettier tsc typescript

Last synced: 18 Oct 2025

https://github.com/webpro/nx-tsc

Nx executor to type-check project source files using `tsc --noEmit`

nx tsc tsconfig type-check typescript

Last synced: 11 Apr 2025

https://github.com/mohd-akram/tisk

Alternative TypeScript compiler CLI

compiler node nodejs npm tsc typescript

Last synced: 23 Mar 2025

https://github.com/poppinss/chokidar-ts

File watcher for TypeScript projects

chokidar tsc typescript

Last synced: 18 Jan 2026

https://github.com/yisar/picopack

📦 Simple Typescript library bundler.

tsc tsconfig typescript typescript-library

Last synced: 15 Apr 2025

https://github.com/binarcode/tse

TypeScript micro framework for building web API

es6 express mongodb nodejs nodemon tsc tsconfig typescript

Last synced: 15 May 2025

https://github.com/bartekbp/typescript-checkstyle

Command line tool to convert tsc output to checkstyle format

checkstyle javascript jenkins tsc typescript

Last synced: 10 Apr 2025

https://github.com/antongolub/nestjs-esm-fix

Patch Nestjs app ESM bundles to make them work RHRN

esbuild esm nestjs tsc

Last synced: 26 Jun 2025

https://github.com/diegovictor/tsc-path-replacer

NPM Package. Resolve imports/requires alias according to tsconfig paths

alias aliases import javascript js node nodejs npm npm-package package paths require ts tsc tsconfig typescript

Last synced: 26 Sep 2025

https://github.com/timmikeladze/tsc-baseline

🌡️ Creates a baseline of TypeScript errors and compares new errors against it. This is useful for reducing noise in TypeScript projects which have a lot of pre-existing errors. This tool will filter out all existing errors and only show new type-errors introduced by your changes.

baseline errors tsc tsc-baseline typescript typescript-baseline

Last synced: 20 Sep 2025

https://github.com/yutounun/zustand-tracker

Zustand Tracker is a lightweight 🛠️ React component designed for debugging Zustand stores. It provides a visual, interactive panel to inspect the state of multiple stores in real-time. Perfect for developers who want to stay in control of their app state! 🚀

tsc typescript webpack

Last synced: 04 Oct 2025

https://github.com/oresoftware/tsc-multi-watch

Spawns a watch process for each tsconfig.json file in your project. :elephant:

filewatcher javascript javascript-library node nodejs npm transpilation transpile transpiler tsc tsconfig typescript watcher

Last synced: 20 Jan 2026

https://github.com/lowlydba/tsc-check

🛡️🐶 GitHub Action to check TypeScript errors with tsc and ReviewDog, enforcing error thresholds and incremental type safety.

github-actions reviewdog transpile tsc typescript

Last synced: 06 May 2026

https://github.com/thelazytomcat/lib.simpletsc

Provides means of reading Time-Stamp Counter (TSC) Model-Specific Register (MSR), which can be used for high-resolution time measurements.

delphi fpc lazarus linux object-pascal pascal time-stamp-counter tsc windows x86 x86-64

Last synced: 02 May 2025

https://github.com/mohammadmd1383/vscode-tsc

Compile typescript in visual studio code without need of installing Node.js

api compiler extension javascript node-js nodejs tsc tsconfig typescript visual-studio-code vscode vscode-extension

Last synced: 15 Apr 2026

https://github.com/milankovacic/nx-nest-tsc-example

Example of using tsc instead of webpack for development of nest applications with nx.

nest nestjs nx tsc webpack

Last synced: 14 Feb 2026

https://github.com/ahmadrezamozaffary/ts-decorator

Hands on code with Typescript ~ Decorator concept + Small form validation

css3 html5 javascript npm tsc typescript

Last synced: 10 Apr 2026

https://github.com/2bad/tsfix

One tool to fix all issues that TypeScript's compiler leaves behind

alias cli esm fix import import-path paths tsc tsconfig-paths typescript

Last synced: 02 Mar 2026

https://github.com/groupguanfang/unbuilder

⚡️Another simple and easy to use unified build tool for JavaScript/TypeScript projects 📦 easily switch rollup/vite/swc/esbuild/tsc and more compiler

esbuild rollup swc tsc typescript vite

Last synced: 31 Jan 2026

https://github.com/batmac/tsc

help benchmark go stuff on amd64/i386 with RDTSC and RDTSCP https://sbz.fr/tsc

benchmark cpuid golang rdtsc rdtscp tsc

Last synced: 23 Oct 2025

https://github.com/slice/tsc_decrypt

A small utility that decodes .tsc files from Cave Story

cave-story tsc

Last synced: 15 Mar 2025

https://github.com/khatastroffik/one-ts-for-all

A PoC demonstrating a "single source" Typescript library project generating automatically multiple script artifacts out of the library (CJS, ESM, TS) and a sample CLI: ONE-FOR-ALL !

application bin blueprint cjs cli commonjs commonjs-modules ecmascript esm esm-libraries jest module multiple-targets nodejs one4all poc ts tsc type-declarations typescript

Last synced: 13 Apr 2025

https://github.com/leontm-dev/twitchapi-package

This is an unofficial package for the TwitchAPI. With this package you can easily interact with the TwitchAPI, but you still need a twitch app and a user oauth token. This package is not directly from Twitch or linked to the company itself.

fetch fetch-api interface json node-fetch npm package ts tsc tsconfig twitch twitch-api types typescript

Last synced: 08 May 2026

https://github.com/joris-gallot/typestep

Simplifies JavaScript to TypeScript migration with incremental changes

incremental-migration migration tsc types typescript

Last synced: 04 Mar 2026

https://github.com/tmillr/tsconfigcheck

[WIP] Quickly check your tsconfig.json for missing properties.

check cli configuration javascript json keys lint object project properties schema tsc tsconfig tsconfig-json typescript

Last synced: 06 May 2026

https://github.com/vinothpandian/tsc-committed

A CLI tool to report tsc errors on committed files between base branch and feature branch in a git repo

commit git-hooks hook husky husky-hooks pre-commit pre-commit-hook pre-push pre-push-hook tsc typescript

Last synced: 02 Apr 2025

https://github.com/simonkovtyk/esbuild-plugin-typescript

The plugin enhances the build process by seamlessly integrating TypeScript, offering powerful features like type checking, automatic generation of .d.ts files, and ensuring robust type safety throughout.

declarations dts dts-generator esbuild esbuild-plugin esbuild-plugins ts tsc type-check type-safe type-safety types typescript

Last synced: 17 Aug 2025

https://github.com/zouloux/tsbundle

Compile your Typescript libraries to ESM and CommonJS.

bundle cjs commonjs esm javascript tsc typescript

Last synced: 16 May 2026

https://github.com/hjfitz/github-tools

A small (read: 1) collection of tools for interfacing with the Github RESTFul API

api axios github restful-api tsc typescript

Last synced: 18 May 2026

https://github.com/ps0305/typescript

TypeScript Development

tsc typescript

Last synced: 08 Apr 2026

https://github.com/opendevstack/pmc

Documents, policies, etc. related to governing the project

contribute governance tsc

Last synced: 04 Jan 2026

https://github.com/matii96/nx-tsc

Typescript executor for Nx workspace.

nodejs nx-workspace tsc typescript

Last synced: 21 May 2026

https://github.com/codeismyid/tsc-output-format

Format Typescript compiler (tsc) diagnostic output into JSON, GHA Annotations, and more.

formatter parser tsc tsc-diagnostics tsc-output tsc-output-format tsc-output-formatter tsc-output-parser typescript typescript-diagnostics

Last synced: 09 Mar 2026

https://github.com/iostreamer-x/tsef

A CLI tool that filters TypeScript compiler output to show errors only from specified files and directories.

tsc typescript

Last synced: 14 May 2026

https://github.com/ahmadrezamozaffary/ts-drag-and-drop

In this project, I used Typescript to develop and create a simple drag and drop project for more practice in TS. 🏅

css dom es6-to-es5 html5 javascript npm oop tsc typescript

Last synced: 10 Apr 2026

https://github.com/jbabin91/tsc-files

Run TypeScript compiler on specific files without ignoring tsconfig.json

cli-tool git-hooks lefthook lint-staged nodejs pre-commit tsc type-check typescript

Last synced: 12 Jan 2026

https://github.com/clayrisser/link-type-definitions

typescript definition package manager

manager package ts tsc typescript

Last synced: 02 Apr 2025

https://github.com/amamov/typescript-node-stater

⚡️ minimal boilerplate based on typescript with node, docker, pm2, prettier, eslint ⚡️

docker dockerfile javascript node nodejs pm2 tsc tsconfig typescript

Last synced: 11 Apr 2026

https://github.com/qiwi/libdefkit

Utility to produce single file TS and Flow libdefs

flow tsc types

Last synced: 02 Feb 2026

https://github.com/jozsefsallai/go-chie

powerful encryption/decryption for cave story's tsc format using go

cave-story decryption encryption golang tsc

Last synced: 02 Mar 2025

https://github.com/jonatasperaza/mytsc

A Simple Ts Tutorial

js node nodejs nodets ts tsc tutorial

Last synced: 13 Apr 2026

https://github.com/da-mkay/ng-builder-typescript

builders and schematics for the Angular CLI to build node apps using typescript compiler

angular builder builders schematic schematics tsc tsconfig typescript

Last synced: 09 Oct 2025

https://github.com/saulotarsobc/gerador_senhas_web

Gerador de senhas aleatórias com números, letras maiúsculas ou minúsculas e caracteres especiais.

aleatoria css es6 generator gerador html javascrip passsword sass scss senha tsc tsconfig typescript

Last synced: 19 Apr 2026

https://github.com/imtiaznayeemshawon/expressjs-typescript-template

ExpressTSserver is a simple template for building an Express.js server with TypeScript. It includes basic setup and dependencies to help you get started quickly.

expressjs mongoose nodejs-server tsc typescript

Last synced: 30 Jan 2026

https://github.com/alphatechnolog/skalavel-ts-template

A simple skalavel/ts/tsc-watch/nodemon template

backend nodejs scalable skalavel tsc typescript web webapplication

Last synced: 16 Apr 2026

https://github.com/oresoftware/run-tsc-if

Run tsc if changes occur to src/lib dir which is diffed with the dist dir. Saves you if you forget to transpile or forget to run `tsc --watch`.

nodejs tsc typescript typescript-library typescript-library-skeleton

Last synced: 26 Apr 2026

https://github.com/sumanjs/sce-plugin-typings

TypeScript type information for Suman Chrome Extension projects.

developer-experience developer-tools sce selenium suman-chrome-extension tsc typescript

Last synced: 01 May 2026

https://github.com/ajsalemo/azurefeatherstypescript-githubactions

A basic feathers-cli generated application that's deployed using Github Actions.

azure docker feathers feathers-cli github-actions javascript linux node tsc typescript

Last synced: 12 Apr 2026

https://github.com/oresoftware/tsc-systemjs-example

Example project to demonstrate problems with TSC and SystemJS

systemjs tsc tsconfig

Last synced: 01 Apr 2025

https://github.com/locol23/typecheck-with-tsc-babel

A sample typecheck with tsc transpile TS to JS with babel

babel tsc typescript

Last synced: 28 Apr 2026

https://github.com/habib33-3/trip-buddy

Smart travel companion to plan, track, and relive trips with itineraries, interactive maps, and travel stats — built with React, TypeScript, Node.js, Prisma, and PostgreSQL.

expre globe openstreetmap prisma react shadcn tailwindcss tsc typescript

Last synced: 10 Apr 2026

https://github.com/mkloubert/tsconfig

Personal tsconfig.json, which can be used by anyone.

ts tsc tsconfig tsconfig-json typescript

Last synced: 29 Apr 2026

https://github.com/massimo-marino/time-support

a C++17 implementation of a stopwatch (a timer) for testing speed at hot spots.

cpp cpp17 googletest hotspot performance-testing stopwatch testing testing-tools time-stamp-counter timer tsc

Last synced: 09 Oct 2025

https://github.com/e2e-boilerplate/protractor-typescript-tsc-mocha-chai-expect

Protractor end-to-end test automation boilerplate, using: TypeScript, tsc, Mocha and Chai.

chai e2e-boilerplate end-to-end-test-automation mocha protractor tsc typescript

Last synced: 15 Aug 2025

https://github.com/yannoff/docker-ng

(WIP) A docker node image with TypeScript & Angular CLI

angular angular-cli docker nodejs ts tsc typescript

Last synced: 09 Apr 2026

https://github.com/jaid/tsconfig-jaid

Extendable TypeScript config for my Node projects.

config tsc tsconfig typescript typescript-config typescript-shareable-config

Last synced: 05 Oct 2025

https://github.com/neabytelab/typescript-helper

🚧 A tool that collects and organizes TypeScript error messages from Microsoft repository and creates JSON files for each error code.

code-analysis compiler data-collection dataset development-tool diagnostics error-codes error-database error-messages errors javascript json microsoft-typescript nodejs programming static-analysis tsc typescript typescript-errors validation

Last synced: 05 May 2026

https://github.com/nasriyasoftware/postbuild

PostBuild is a utility pacakge for TypeScript run useful tasks after transpiling TypeScript into ESM and CJS JavaScript file.

babel babel-plugin cjs commonjs commonjs-modules ecmascript esm esmodules node nodejs tsc typescript

Last synced: 06 Feb 2026

https://github.com/arpansaha13/tsc-out

A utility for generating a single declaration outFile from a bunch of typescript files.

declaration node tsc

Last synced: 01 May 2026

https://github.com/dimabory/ts-starter-kit

Yet another boilerplate

commitizen husky karma tsc typescript

Last synced: 20 Apr 2026

https://github.com/squidmin/typescript-labs

TypeScript sandbox project

learning tsc tsconfig typescript

Last synced: 31 Jan 2026