test 版本

This commit is contained in:
donghym
2026-05-31 18:34:36 +08:00
parent ba3b3ad5c8
commit d6bb5c2f51
116 changed files with 2569 additions and 1153 deletions
+2 -3
View File
@@ -18,10 +18,9 @@
"isolatedModules": true,
"noEmit": true,
"types": ["@testing-library/jest-dom"],
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"baseUrl": ".",
"lib": ["ES2020", "DOM", "DOM.Iterable"], "baseUrl": ".",
"paths": {
"@Pika/ui/*": ["src/components/*"]
"@rustUI/ui/*": ["src/components/*"]
}
},
"include": ["src"],