
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
17 lines
217 B
JSON
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",
|
|
]
|
|
}
|