fix(stage-tamagotchi): add ts-nocheck to codegen outputs
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user