azure-sdk-for-js/sdk/face/ai-vision-face-rest/tsconfig.json

19 строки
389 B
JSON

{
"extends": "../../../tsconfig",
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "NodeNext",
"rootDir": ".",
"paths": { "@azure-rest/ai-vision-face": ["./src/index"] },
"skipLibCheck": true
},
"include": [
"./src/**/*.ts",
"./src/**/*.mts",
"./src/**/*.cts",
"test/**/*.ts",
"./test/**/*.ts",
"samples-dev/**/*.ts"
]
}