@type-config/strict

1.2.1 • Public • Published

@type-config/strict

The most strict typescript compiler options, check everthing typescript can check. Useful for packages.

rules

{
  "compilerOptions": {
    "module": "commonjs",
    "target": "es6",
    "noEmitOnError": true,

    "declaration": true,
    "sourceMap": true,

    "moduleResolution": "node",
    "esModuleInterop": true,
    "forceConsistentCasingInFileNames": true,

    "strict": true,
    "noFallthroughCasesInSwitch": true,
    "noImplicitReturns": true,
    "noUnusedParameters": true,
    "noUnusedLocals": true
  }
}

Package Sidebar

Install

npm i @type-config/strict

Weekly Downloads

47

Version

1.2.1

License

MIT

Unpacked Size

1.58 kB

Total Files

3

Last publish

Collaborators

  • mirone