📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-08-14 17:16:04 +08:00
parent ad5eeaaf5b
commit 14e7209e78
283 changed files with 201717 additions and 13469 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"compilerOptions": {
"target": "ES2020",
"module": "CommonJS",
"moduleResolution": "Node",
"jsx": "react-jsx",
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
},
"outDir": ".test-dist",
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true
},
"include": [
"lib/types.ts",
"lib/colorExtractor.ts",
"lib/cssGenerator.ts",
"lib/parseStyles.ts",
"lib/filterStyles.ts",
"lib/parseStyles.test.ts",
"components/MetadataBadges.tsx",
"components/FilterBar.tsx",
"components/metadata-badges.test.tsx"
]
}