faasjs/faasjs

View on GitHub
packages/ant-design/tsconfig.json

Summary

Maintainability
Test Coverage
{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "target": "es2018",
    "moduleResolution": "node",
    "sourceMap": true,
    "jsx": "react-jsx",
    "types": ["@welldone-software/why-did-you-render", "jest", "@testing-library/jest-dom"]
  }
}