Muhammad Omair Javaid 2b8e806942 Revert "[lldb-dap] Add module symbol table viewer to VS Code extension #140626 (#153836)"
This reverts commit 8b64cd8be29da9ea74db5a1a21f7cd6e75f9e9d8.

This breaks lldb-aarch64-* bots causing a crash in lldb-dap while
running test TestDAP_moduleSymbols.py

https://lab.llvm.org/buildbot/#/builders/59/builds/22959
https://lab.llvm.org/buildbot/#/builders/141/builds/10975
2025-08-22 13:02:52 +05:00

17 lines
217 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"outDir": "out",
"rootDir": "src-ts",
"sourceMap": true,
"strict": true,
"target": "es6"
},
"include": [
"src-ts"
],
"exclude": [
"node_modules",
]
}