{
  "compilerOptions": {
    "lib": ["es2015", "dom"],
    "jsx": "react",
    "baseUrl": ".",
    "noEmit": true,
    "strict": true,
    "moduleResolution": "node",
    "paths": {
      "react-final-form": [".."]
    }
  },
  "include": ["."]
}
