After running npm add https://github.com/tauri-apps/tauri-plugin-store I couldn't import the module
import { Store } from "tauri-plugin-store-api"; doesn't work.
I checked the node_modules, it seems like it's because no d.ts is present in the dist folder.
After running
npm add https://github.com/tauri-apps/tauri-plugin-storeI couldn't import the moduleimport { Store } from "tauri-plugin-store-api";doesn't work.I checked the node_modules, it seems like it's because no
d.tsis present in the dist folder.