chore: fix type issue with filesystem access api

This commit is contained in:
鲁树人
2025-06-16 22:31:03 +09:00
parent cbb6347251
commit ff79b4ce27
3 changed files with 10 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
"compilerOptions": {
"target": "ESNext",
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"types": ["vitest/globals", "@testing-library/jest-dom"],
"types": ["@types/wicg-file-system-access", "vitest/globals", "@testing-library/jest-dom"],
"module": "ESNext",
"skipLibCheck": true,
/* Bundler mode */