@acot/tsconfig

Shared TypeScript config for acot projects.

Usage no npm install needed!

<script type="module">
  import acotTsconfig from 'https://cdn.skypack.dev/@acot/tsconfig';
</script>

README

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