================
@@ -3,13 +3,14 @@
                "moduleResolution": "node",
                "module": "commonjs",
                "outDir": "out",
-               "rootDir": "src-ts",
+               "rootDirs": ["src-ts", "unittests-ts"],
----------------
ashgti wrote:

Any reason to not put the tests in `src-ts/test`? Thats pretty common for 
vscode extensions (thats how the vscode extension template structures things).

https://github.com/llvm/llvm-project/pull/162635
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to