1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/mirrors-TensorFlowjs

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
tsconfig_base.json 976
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Matthew Soulanille Отправлено 03.11.2022 08:49 3647d7e
{
"compilerOptions": {
"module": "ES2015",
"moduleResolution": "node",
"noImplicitAny": true,
"sourceMap": true,
"inlineSources": true,
"removeComments": false,
"preserveConstEnums": true,
"allowSyntheticDefaultImports": true,
"declaration": true,
"target": "es2017",
"lib": [
"es2019",
"dom"
],
"outDir": "./dist",
"noUnusedLocals": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"alwaysStrict": true,
"noUnusedParameters": false,
"pretty": true,
"noFallthroughCasesInSwitch": true,
"allowUnreachableCode": false,
"noImplicitOverride": true,
"incremental": true
},
"include": [
"**/src/"
],
"exclude": [
"bazel-out",
"dist",
"tfjs",
"tfjs-automl",
"tfjs-backend-nodegl",
"tfjs-backend-wasm",
"tfjs-backend-webgpu",
"tfjs-node",
"tfjs-node-gpu",
"tfjs-react-native",
"tfjs-vis",
"node_modules"
]
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/mirrors-TensorFlowjs.git
git@api.gitlife.ru:oschina-mirror/mirrors-TensorFlowjs.git
oschina-mirror
mirrors-TensorFlowjs
mirrors-TensorFlowjs
master