{
  "compilerOptions": {
    "module": "NodeNext",
    "moduleResolution": "NodeNext",
    "target": "ES2020",
    "sourceMap": true,
    "outDir": "./dist",
    "skipLibCheck": true,
    "skipDefaultLibCheck": true,
    "declaration": true,
    "removeComments": false
  },
  "include": ["src/**/*", "src/objects/oauth/.ts"]
}
