зеркало из https://github.com/microsoft/lsif-node.git
More configs
This commit is contained in:
Родитель
8047d306bf
Коммит
853974f263
|
@ -14,7 +14,7 @@
|
|||
"test-treeshake"
|
||||
]
|
||||
},
|
||||
"out": "debug.lsif",
|
||||
"out": "underscore.lsif",
|
||||
"package": "./package.json",
|
||||
"source": "./package.json"
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"project": "src/tsconfig.json",
|
||||
"out": "typescript.lsif",
|
||||
"source": "./package.json",
|
||||
"package": "./package.json"
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"project": {
|
||||
"compilerOptions": {
|
||||
"rootDir": "./"
|
||||
},
|
||||
"include": [
|
||||
"src",
|
||||
"benchmark",
|
||||
"test",
|
||||
"tools"
|
||||
]
|
||||
},
|
||||
"out": "debug.lsif",
|
||||
"package": "./package.json",
|
||||
"source": "./package.json"
|
||||
}
|
Загрузка…
Ссылка в новой задаче