@spazious/ts-config
v0.0.1
Published
A TypeScript configurations for spazious projects
Readme
Spazious TSconfig bases
A TypeScript configurations for spazious projects
Available TSConfigs
Install:
npm install --save-dev @spazious/ts-config
yarn add --dev @spazious/ts-configAdd 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