@whatasoda/tsconfig
v1.0.3
Published
@whatasoda/tsconfig
Readme
@whatasoda/tsconfig
Setup your .npmrc
If you did it before, you can skip it.
Create an access token with permmision
read:packages.See: How to create a persional access token for the command line
Apply token to your
.npmrc. (replacePERSONAL-ACCESS-TOKENwith your access token)echo "//npm.pkg.github.com/:_authToken=PERSONAL-ACCESS-TOKEN" >> ~/.npmrcSet
@whatasodanamespace to use GitHub registry.echo "@whatasoda:registry=https://npm.pkg.github.com/" >> ~/.npmrc
Install package
npm i -D @whatasoda/tsconfigUsage
tsconfig.json
{
"extends": "@whatasoda/tsconfig",
"compilerOptions": {
"rootDir": "./"
}
}