diff --git a/examples/tsconfig/tsconfig.json b/examples/tsconfig/tsconfig.json index 7e605c33..441a5930 100644 --- a/examples/tsconfig/tsconfig.json +++ b/examples/tsconfig/tsconfig.json @@ -29,6 +29,9 @@ "../../bazel-out/darwin-dbg/bin", "../../bazel-out/k8-dbg/bin", "../../bazel-out/x64_windows-dbg/bin", + "../../bazel-out/darwin-opt/bin", + "../../bazel-out/k8-opt/bin", + "../../bazel-out/x64_windows-opt/bin", ], "esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */ diff --git a/tsconfig.json b/tsconfig.json index 023a0e8e..d2161950 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -53,6 +53,9 @@ "./bazel-out/darwin-dbg/bin", "./bazel-out/k8-dbg/bin", "./bazel-out/x64_windows-dbg/bin", + "./bazel-out/darwin-opt/bin", + "./bazel-out/k8-opt/bin", + "./bazel-out/x64_windows-opt/bin", ], // "typeRoots": [], /* List of folders to include type definitions from. */ // "types": [], /* Automatically managed by `ts_project()`. */