Files
archived-tauri-plugin-fs/tsconfig.json
Amr Bashir fb67693510 fix(window-state): port fixes from v1 (#436)
* fix(window-state): correctly set decoration state if no saved state exists, fixes #421 (#424)

* fix(window-state): propagate promise (#435)

closes #432

* fix(window-state): manual default implentation (#425)

* fix(window-state): manual default implentation, closes #421

* Update lib.rs

* change file

* generated files

* fix symlinks?

---------

Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5260105232

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2023-06-13 20:32:34 +00:00

5 lines
76 B
JSON

{
"extends": "../../tsconfig.base.json",
"include": ["guest-js/*.ts"]
}