{
  "extends": "./tsconfig.json",
  "include": [
    "types/index.d.ts"
  ],
  "compilerOptions": {
    "noEmit": true,
    "checkJs": true,
    "skipLibCheck": false
  }
}