зеркало из https://github.com/microsoft/lsif-node.git
21 строка
385 B
JSON
21 строка
385 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"composite": true,
|
|
"sourceRoot": "../src",
|
|
"rootDir": "./src",
|
|
"outDir": "./lib",
|
|
"tsBuildInfoFile":"./lib/compile.tsbuildInfo",
|
|
},
|
|
"include": [
|
|
"src/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"references": [
|
|
{ "path": "../protocol/tsconfig.json"}
|
|
]
|
|
} |