@type-config/react

1.2.1 • Public • Published

@type-config/react

Useful typescript config rules for building react apps, extend rules from @type-config/standard

rules

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

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

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

    "strict": true,
    "jsx": "react"
  }
}

Package Sidebar

Install

npm i @type-config/react

Weekly Downloads

1

Version

1.2.1

License

MIT

Unpacked Size

1.25 kB

Total Files

3

Last publish

Collaborators

  • mirone