@flora-suite/tsconfig
v1.0.0
Published
Base TypeScript configuration for Flora projects
Downloads
6
Readme
@flora-suite /tsconfig
Base tsconfig for Flora projects.
To use, run npm i --save-dev @flora-suite/tsconfig, then extend your tsconfig.json like so:
{
"extends": "@flora-suite/tsconfig/base",
"include": ["./src/**/*"],
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist"
}
}License
Releasing
tag=$(npm version minor) && echo "$tag"
git push && git push origin "$tag"