0.0.8 • Published 2 years ago

fastsc v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Fastsc

Install

Install it locally in your project folder:

npm i fastsc -D
# Or Yarn
yarn add fastsc --dev
# Or Pnpm
pnpm add fastsc -D

Usage

fastsc build

Fastsc Vs Tsc

Fastsc

$ pnpm fastsc build
info - Clean output directories
info - Bundless for src directory to cjs format
event - Generate declaration file...
event - Transformed successfully in 176 ms (2 files)
✨  Done in 1.27s.

Tsc

$ pnpm tsc
✨  Done in 2.59s.