Skip to content

Commit 98fe5be

Browse files
chore: replace ts-auto-guard with typia (#1242)
1 parent aa79c9b commit 98fe5be

20 files changed

+1868
-598
lines changed

knip.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"project": ["src/**/*.ts", "script/**/*.ts"],
33
"entry": ["src/ts/background.ts", "src/ts/contentScript.ts", "src/ts/userScript/*.ts", "script/**/*.ts"],
4-
"ignoreDependencies": ["web-ext", "ts-auto-guard"]
4+
"ignoreDependencies": ["web-ext"],
5+
"ignore": ["tsconfig.json"]
56
}

0 commit comments

Comments
 (0)