19 строки
389 B
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"
|
|
]
|
|
}
|