Extendable TypeScript config for my Node projects.
ℹ️ This package has only ESM exports. You should import
it from MJS files or read more here.
npm install --save-dev tsconfig-jaid@^8.1.0
yarn add --dev tsconfig-jaid@^8.1.0
After installation, you can include the shared properties of tsconfig-jaid
in your own TypeScript config file.
YOURPROJECT/tsconfig.json
{
"extends": "tsconfig-jaid/base"
}
YOURPROJECT/tsconfig.json
{
"extends": "tsconfig-jaid/react"
}
Development hints for maintaining and improving tsconfig-jaid
Setting up:
git clone git@github.com:jaid/tsconfig-jaid.git
cd tsconfig-jaid
npm install
Testing in production environment:
npm run test
MIT License
Copyright © 2021, Jaid <jaid.jsx@gmail.com> (https://github.com/jaid)