tsconfig-palmerhq

1.1.0 • Public • Published

The Palmer Group tsconfig

Usage

yarn add tsconfig-palmerhq --dev

Then in your project's tsconfig.json:

{
  "extends": "./node_modules/tsconfig-palmerhq/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,
    "suppressImplicitAnyIndexErrors": true
  }
}

MIT License

/tsconfig-palmerhq/

    Package Sidebar

    Install

    npm i tsconfig-palmerhq

    Weekly Downloads

    2

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    2.98 kB

    Total Files

    5

    Last publish

    Collaborators

    • jaredpalmer