WindowFormElement

This commit is contained in:
2025-09-15 15:33:58 +08:00
parent 3401c8b737
commit 9a30c2b3d7
5 changed files with 710 additions and 13 deletions

View File

@@ -12,7 +12,8 @@
"lib": ["es2021", "dom"],
"module": "ESNext",
"strict": true, // 严格模式检查
"experimentalDecorators": true,
"experimentalDecorators": true, // 装饰器
"useDefineForClassFields": false,
"strictPropertyInitialization": false, // 严格属性初始化检查
"noUnusedLocals": false, // 检查未使用的局部变量
"noUnusedParameters": false, // 检查未使用的参数