d6a059447d
Adds ability to select azure region where your custom vision service is hosted. Filters domain list by project type Resolves #759, #770
30 linhas
695 B
JSON
30 linhas
695 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"allowJs": false,
|
|
"skipLibCheck": false,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": false,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"noEmit": true,
|
|
"jsx": "preserve",
|
|
"experimentalDecorators": true,
|
|
"lib": [
|
|
"es2015",
|
|
"dom"
|
|
],
|
|
"typeRoots": [
|
|
"./typings",
|
|
"./node_modules/@types"
|
|
],
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|