[LLD][COFF] Emit tail merge pdata for delay load thunks on ARM64EC (#116810)
[llvm-project.git] / mlir / utils / vscode / tsconfig.json
blobf913b0d2d9da4d85b29b8e6f4c46f325ac2101f1
2         "compilerOptions": {
3                 "module": "commonjs",
4                 "target": "es6",
5                 "outDir": "out",
6                 "rootDir": "src",
7                 "sourceMap": true
8         },
9         "include": [
10                 "src"
11         ],
12         "exclude": [
13                 "node_modules",
14                 ".vscode-test"
15         ]