@alwatr/tsconfig-base

1.1.2 • Public • Published

Alwatr TypeScript Config

This is a base TypeScript configuration for Alwatr projects.

installation

yarn add -D @alwatr/tsconfig-base

Usage

Create a tsconfig.json file in the root of your project:

{
  "extends": "@alwatr/tsconfig-base",
  "compilerOptions": {
    "rootDir": "src",
    "outDir": "dist"
  },
  "include": ["src/**/*.ts"]
}

Package Sidebar

Install

npm i @alwatr/tsconfig-base

Weekly Downloads

86

Version

1.1.2

License

MIT

Unpacked Size

7.4 kB

Total Files

5

Last publish

Collaborators

  • njfamirm
  • alimd