tauri-plugin-powersync 0.0.3

Rust parts of the PowerSync Tauri SDK
Documentation
{
  "extends": "../../tsconfig.base",
  "compilerOptions": {
    "baseUrl": "./",
    "target": "esnext",
    "module": "esnext",
    "rootDir": "guest-js",
    "outDir": "./lib",
    "skipLibCheck": true,
    "strict": true,
    "strictNullChecks": true,
    "noUnusedLocals": true,
    "noImplicitAny": true
  },
  "include": ["guest-js/"],
  "references": [
    {
      "path": "../common"
    }
  ]
}