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

OSCHINA-MIRROR/mirrors-metabase

Клонировать/Скачать
tsconfig.json 946
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Stas Gavrylov Отправлено 12.03.2025 20:30 af2a0dc
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"outDir": "build",
"paths": {
"*": [
"./frontend/src/*",
"./frontend/test/*",
"./enterprise/frontend/src/*",
"./enterprise/frontend/test/*"
],
"cljs/*": ["./target/cljs_dev/*"]
},
"plugins": [
{
"name": "typescript-plugin-css-modules",
"options": {
"goToDefinition": true
}
}
]
},
"include": [
"frontend/src/**/*",
"enterprise/frontend/src/**/*",
"frontend/test/**/*",
"enterprise/frontend/test/**/*"
],
"exclude": [
"node_modules",
// The following files will load `frontend/src/metabase/app` which will conflict with
// `frontend/src/metabase/App.tsx`, since now we're loading both JS and TS files.
"frontend/src/metabase/app-main.js",
"frontend/src/metabase/app-public.js",
"frontend/src/metabase/app-embed.js"
]
}

Опубликовать ( 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