{
  "compilerOptions": {
    "baseUrl": ".",
    "rootDir": "src",
    "declaration": true,
    "declarationDir": "@types",
    "emitDeclarationOnly": true,
    "module": "ES2022",
    "target": "ES2022",
    "moduleResolution": "Node",
    "checkJs": true,
    "allowSyntheticDefaultImports": true,
    "alwaysStrict": true,
  },
  "include": ["src"]
}
