diff --git a/tsconfig.json b/tsconfig.json index 08a6927f..2fbc5a46 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,5 +8,5 @@ "strict": true, "skipLibCheck": true }, - "include": ["src", ".eslintrc.js"] + "include": ["src", ".eslintrc.js", "packlint.config.mjs"] }