Skip to content

faktionbe/tsconfig

Repository files navigation

@faktion-com/tsconfig

A collection of TypeScript configuration files for consistent development across Faktion projects.

Overview

This package provides standardized TypeScript configurations that can be extended in your projects to ensure consistent compiler settings and development experience.

Installation

pnpm i --save-dev @faktion-com/tsconfig

Usage

For Node.js projects

{
  "extends": "@faktion-com/tsconfig/node.json"
}

For React projects

{
  "extends": "@faktion-com/tsconfig/react.json"
}

For custom configurations

{
  "extends": "@faktion-com/tsconfig/base.json",
  "compilerOptions": {
    // Your custom options here
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors