{
  "compilerOptions": {
    "target": "ESNext",
    "allowJs": true,
    "allowNonTsExtensions": true,
    "experimentalDecorators": true,
    "jsx": "react",
    "reactNamespace": "React",
    "module": "ESNext",
    "moduleResolution": "Node",
    "allowSyntheticDefaultImports": true,
    "baseUrl": ".",
    "paths": {
      "~/*": ["*"],
      "@divriots/dockit-react/*": ["*"]
    }
  }
}
