{
  "extends": "@repo/typescript-config/node-library.json",
  "compilerOptions": {
    "outDir": "./build",
    "strictNullChecks": true,
    "allowSyntheticDefaultImports": true
  },
  "include": ["src"],
  "exclude": ["node_modules"]
}
