@sixfold/ts-config
v5.0.0
Published
Base for TypeScript project configuration
Readme
Shared TypeScript configurations for sixfold.
Usage
Install package with
yarn add --dev @sixfold/ts-configTypeScript
In tsconfig.json file extend from generic settings:
{
"extends": "@sixfold/ts-config/tsconfig-service.json"
}When building for the browser, use tsconfig-browser-compat.json instead.
How to publish
bump version:
npm run releasepublish:
npm run publish-release