Deleting the google-internal path for ts-lit-plugin in favor of the open source one.

PiperOrigin-RevId: 295860542
diff --git a/internal/common/tsconfig.bzl b/internal/common/tsconfig.bzl
index 4c4427d..14b4df5 100644
--- a/internal/common/tsconfig.bzl
+++ b/internal/common/tsconfig.bzl
@@ -162,7 +162,6 @@
     if hasattr(ctx.attr, "compile_angular_templates") and ctx.attr.compile_angular_templates:
         bazel_options["compileAngularTemplates"] = True
 
-
     if disable_strict_deps:
         bazel_options["disableStrictDeps"] = disable_strict_deps
         bazel_options["allowedStrictDeps"] = []
@@ -263,8 +262,10 @@
         "inlineSources": True,
         # Implied by inlineSourceMap: True
         "sourceMap": False,
+        "plugins": [],
     }
 
+
     if hasattr(ctx.attr, "node_modules"):
         compiler_options["typeRoots"] = ["/".join([p for p in [
             workspace_path,
diff --git a/internal/tsc_wrapped/tsconfig.ts b/internal/tsc_wrapped/tsconfig.ts
index a50ac1c..13851ca 100644
--- a/internal/tsc_wrapped/tsconfig.ts
+++ b/internal/tsc_wrapped/tsconfig.ts
@@ -183,7 +183,6 @@
    */
   compileAngularTemplates?: boolean;
 
-
   /**
    * Override for ECMAScript target language level to use for devmode.
    *