1.2.1 • Published 1 year ago

@type-config/react v1.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
1 year ago

@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"
  }
}