{
  "compilerOptions": {
    "declaration": true,
    "baseUrl": "./src",
    "allowSyntheticDefaultImports": true,
    "moduleResolution": "node",
    "esModuleInterop": true,
    "jsx": "react",
    "target": "esnext",
    "outDir": "src-js"
  },
  "include": ["src/**/*"]
}
