@type-config/standard

1.2.1 • Public • Published

@type-config/standard

Typescript compiler options can be used in most cases. Use every type check rules, but nothing more(like no-used-something).

rules

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

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

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

    "strict": true
  }
}

Package Sidebar

Install

npm i @type-config/standard

Weekly Downloads

2

Version

1.2.1

License

MIT

Unpacked Size

1.19 kB

Total Files

3

Last publish

Collaborators

  • mirone