tauri-plugin-board 1.5.4

vending machine development board of kits for tauri, use kotlin
{
  "compilerOptions": {
    "alwaysStrict": true,
    "allowSyntheticDefaultImports": true,
    "esModuleInterop": true,
    "module": "ESNext",
    "moduleResolution": "node",
    "noImplicitAny": true,
    "noImplicitReturns": true,
    "noUnusedLocals": true,
    "pretty": true,
    "strictNullChecks": true,
    "target": "es2018"
  },
  "include": [
    "webview-src/*.ts",
  ],
  "exclude": [
    "node_modules",
    "webview-dist",
  ]
}