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

OSCHINA-MIRROR/mirrors-metabase

Клонировать/Скачать
tsconfig.sdk.json 1 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Timofey Kachalov Отправлено 03.04.2025 16:47 1bb7881
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
// should make tsc run faster, we may need to delete the buildinfo file if we run into issues
"incremental": true,
// so that it doesn't accidentally end up in the distributed package
"tsBuildInfoFile": "./resources/embedding-sdk/.tsbuildinfo",
"declaration": true,
"declarationMap": true,
"emitDeclarationOnly": true,
"outDir": "./resources/embedding-sdk/dist",
"paths": {
"*": ["./frontend/src/*", "./enterprise/frontend/src/*"],
"cljs/*": ["./target/cljs_release/*"]
},
"stripInternal": true
},
"include": [
"frontend/src/**/*.ts",
"frontend/src/**/*.tsx",
"enterprise/frontend/src/**/*.ts",
"enterprise/frontend/src/**/*.tsx"
],
"exclude": [
"node_modules",
"**/*.unit.spec.*",
"**/mocks/*",
"**/tests/*",
"**/test/*",
"**/__support__/*",
"**/test-utils.ts",
"**/test-utils.tsx",
"**/test-helpers.ts",
"**/testMocks.ts",
"**/*.stories.tsx"
]
}

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

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

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