Skip to content

NxPKG/tsconfig

Repository files navigation

Nxpkg tsconfig

npm downloads build code style: prettier

Base tsconfig.json for TypeScript projects at Nxpkg. It only includes compiler options that make TypeScript more strict. It does not set any project-specific or environmental settings.

Usage

npm install --save-dev @nx-pkg/tsconfig

Then add this tsconfig.json:

{
  "extends": "./node_modules/@nx-pkg/tsconfig/tsconfig.json"
}

Making changes

npm link
cd <project>
npm link @nx-pkg/tsconfig
npm run lint

Publish a new version

Follow semver.

npm version major|minor|patch
git push
git push --tags
npm publish

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published