/swc-test

Primary LanguageJavaScriptMIT LicenseMIT

swc-starter-template

This is a template project to start using swc with TypeScript.

Includes:

Usage:

  • npm run dev for local development
  • npm run build for build
  • npm run test for tests
  • npm run lint for linting
  • npm run docs for document generation

Notes:

  • The noEmit rule in tsconfig.json must be true in order to use swc; TypeScript is included only for linting and enforcement purposes and is otherwise not required to use swc.
  • The goal of this project is to focus on TypeScript; JavaScript support is not implemented but is explained here in the swc docs.