fix: 添加 @ts-nocheck 注释以禁用 TypeScript 检查

This commit is contained in:
mini2024
2025-04-07 21:49:41 +08:00
parent 371b7a71c9
commit 7abc6a8f65
4 changed files with 12 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
/*
* Konva JavaScript Framework v2.4.2
* http://konvajs.github.io/

View File

@@ -1,4 +1,5 @@
import './konva.2.4.2.min';
// @ts-nocheck
import './konva.2.4.2.min';
export class PlanisphereWidget {
constructor(id, options) {