0.0.1 • Published 1 year ago

@spazious/ts-config v0.0.1

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
1 year ago

Spazious TSconfig bases

A TypeScript configurations for spazious projects

Available TSConfigs

Install:

npm install --save-dev @spazious/ts-config
yarn add --dev @spazious/ts-config

Add to your tsconfig.json:

For NodeJS

"extends": "@spazious/ts-config/node.json"

For NodeJS ESModule

"extends": "@spazious/ts-config/module.json"

For React

"extends": "@spazious/ts-config/react.json"

For React App

"extends": "@spazious/ts-config/reac-app.json"

Checking your local ts-config

You should be able to see all the inherit configuration

$(yarn bin tsc) --showConfig