gilbarbara/disable-scroll

View on GitHub
tsconfig.json

Summary

Maintainability
Test Coverage
{
  "extends": "@gilbarbara/tsconfig",
  "compilerOptions": {
    "lib": ["dom", "dom.iterable", "esnext"],
    "outDir": "./lib",
    "target": "es5",
    "skipLibCheck": true
  },
  "include": ["src/**/*"]
}