0.1.0 • Published 5 years ago

@naturalclar/tsconfig v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

tsconfig

Base Typescript config for my projects

Usage

First, install the package

yarn add -D @naturalclar/tsconfig

Then, in your project directory, make a new tsconfig.json

{
  "extends": "@naturalclar/tsconfig",
  "compilerOptions": {
    "outDir": "dist",
    "rootDir": "src"
  }
}

License

MIT