diff --git a/tsconfig.json b/tsconfig.json index 08359e313df..6df13da74b6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -28,4 +28,10 @@ "include": [ "pkg/**/*" ], + "exclude": [ + // these are part of the build system, not the app + "pkg/lib/esbuild-*.js", + "pkg/lib/cockpit-*-plugin.js", + "pkg/lib/*2po.js" + ], }