@smartcare/tsconfig

6.0.1 • Public • Published

Smartcare TypeScript Config

Usage

yarn add @smartcare/tsconfig --dev

Then in your project's tsconfig.json:

{
  "extends": "./node_modules/@smartcare/tsconfig/tsconfig.json"
}

What's inside?

{
  "compilerOptions": {
    "allowSyntheticDefaultImports": true,
    "allowUnreachableCode": false,
    "downlevelIteration": true,
    "esModuleInterop": true,
    "forceConsistentCasingInFileNames": true,
    "importHelpers": true,
    "jsx": "react",
    "moduleResolution": "node",
    "noFallthroughCasesInSwitch": true,
    "noImplicitAny": true,
    "noImplicitReturns": true,
    "noImplicitThis": true,
    "noUnusedLocals": true,
    "pretty": true,
    "removeComments": true,
    "sourceMap": true,
    "strict": true,
    "strictNullChecks": true
  }
}

MIT License

Readme

Keywords

none

Package Sidebar

Install

npm i @smartcare/tsconfig

Weekly Downloads

0

Version

6.0.1

License

MIT

Unpacked Size

3.41 kB

Total Files

5

Last publish

Collaborators

  • erictaylor
  • wesbangerter