kleros/kleros-v2

View on GitHub
tsconfig/react-library.json

Summary

Maintainability
Test Coverage
{
  "$schema": "https://json.schemastore.org/tsconfig",
  "display": "React Library",
  "extends": "./base.json",
  "compilerOptions": {
    "jsx": "react",
    "lib": [
      "es6",
      "dom",
      "esnext.asynciterable",
      "es2017"
    ],
    "module": "ESNext",
    "target": "es6"
  }
}