azure-sdk-for-js/sdk/documentintelligence/ai-document-intelligence-rest/tsconfig.browser.config.json

11 строки
262 B
JSON

{
"extends": "./.tshy/build.json",
"include": ["./src/**/*.ts", "./src/**/*.mts", "./test/**/*.spec.ts"],
"exclude": ["./test/**/node/**/*.ts"],
"compilerOptions": {
"outDir": "./dist-test/browser",
"rootDir": ".",
"skipLibCheck": true
}
}