Skip to content

reacture-io/tsconfig

Repository files navigation

@faktion-com/tsconfig

by reacture

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

@reacture-io package for tsconfig

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors