azure-sdk-for-js/sdk/search/perf-tests/search-documents/tsconfig.json

14 строки
306 B
JSON

{
"extends": "../../../../tsconfig",
"compilerOptions": {
"module": "CommonJS",
"target": "ES2015",
"declarationDir": "./types",
"lib": ["ES6", "ESNext.AsyncIterable"],
"noEmit": true,
"outDir": "./dist-esm"
},
"include": ["./test/**/*.ts"],
"exclude": ["node_modules"]
}