0.1.0 • Published 2 years ago

@styx-ui/tsconfig v0.1.0

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

@styx-ui/tsconfig

This project maintains the TSConfig files for Styx UI. This package provides the convenience of not having to copy and paste the same configuration for every new project.

Installation

yarn add @styx-ui/tsconfig --dev
# or
npm install @styx-ui/tsconfig --save-dev
# or
pnpm add -D @styx-ui/tsconfig

Usage

In your tsconfig.json extend the configuration. The configuration options are base, react or react-library.

{
  "extends": "@styx-ui/tsconfig/base.json"
}

All configuration options that use relative paths, such as includes, excludes, outDir, etc. are relative to the location of the tsconfig file itself. Therefore, these configs do not use those configuration options. They must be configured by the consuming project itself.

License

This project is licensed under the MIT License.