fix(stage-tamagotchi): add ts-nocheck to codegen outputs

This commit is contained in:
Makito
2025-07-06 00:32:51 +09:00
parent 3814dd71a5
commit 1f08650c43
4 changed files with 4 additions and 2 deletions
@@ -140,7 +140,7 @@ pub fn init<R: Runtime>() -> TauriPlugin<R> {
#[cfg(debug_assertions)]
builder
.export(
Typescript::default(),
Typescript::default().header("// @ts-nocheck\n"),
"../src/commands/bindings/window-pass-through-on-hover.ts",
)
.expect("Failed to export typescript bindings");
@@ -61,7 +61,7 @@ pub fn init<R: Runtime>() -> TauriPlugin<R> {
#[cfg(debug_assertions)]
builder
.export(
Typescript::default(),
Typescript::default().header("// @ts-nocheck\n"),
"../src/commands/bindings/window-router-link.ts",
)
.expect("Failed to export typescript bindings");
@@ -1,3 +1,4 @@
// @ts-nocheck
// This file was generated by [tauri-specta](https://github.com/oscartbeaumont/tauri-specta). Do not edit this file manually.
@@ -1,3 +1,4 @@
// @ts-nocheck
// This file was generated by [tauri-specta](https://github.com/oscartbeaumont/tauri-specta). Do not edit this file manually.