@acot/tsconfig

0.1.0 • Public • Published

tsconfig

Shared TypeScript config for acot projects.

Installation

$ npm install --save-dev @acot/tsconfig

Usage

Write the following code in your tsconfig.json.

{
  "extends": "@acot/tsconfig",
  "compilerOptions": {
    "outDir": "lib",
    "rootDir": "src"
  }
}

License

MIT License @ wadackel

Package Sidebar

Install

npm i @acot/tsconfig

Weekly Downloads

8

Version

0.1.0

License

MIT

Unpacked Size

2.51 kB

Total Files

4

Last publish

Collaborators

  • wadackel