/
alt3rmann
/
label-studio
Обзор
Документация
Войти
/
alt3rmann
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
web/tsconfig.base.json
37 строк
1 KB
bmartel
chore: OPTIC-1956: Refactor all component blocks and pages from core to app-common lib (#7367)
14 апр 2025, 17:24
Не верифицирован
14 апр 2025, 17:24
217028b
Код
Авторство
О чём код?
{ "compileOnSave": false, "compilerOptions": { "rootDir": ".", "sourceMap": true, "declaration": false, "moduleResolution": "node", "emitDecoratorMetadata": true, "allowSyntheticDefaultImports": true, "experimentalDecorators": true, "resolveJsonModule": true, "importHelpers": true, "jsx": "react", "target": "esnext", "module": "esnext", "lib": ["es2020", "dom", "dom.iterable", "esnext.array"], "skipLibCheck": true, "skipDefaultLibCheck": true, "baseUrl": ".", "paths": { "@humansignal/app-common": ["libs/app-common/src/index.ts"], "@humansignal/app-common/*": ["libs/app-common/src/*"], "@humansignal/core": ["libs/core/src/index.ts"], "@humansignal/core/*": ["libs/core/src/*"], "@humansignal/datamanager": ["libs/datamanager/src/index.js"], "@humansignal/editor": ["libs/editor/src/index.js"], "@humansignal/frontend-test/*": ["libs/frontend-test/src/*"], "@humansignal/icons": ["libs/ui/src/assets/icons"], "@humansignal/shad/*": ["./libs/ui/src/shad/*"], "@humansignal/typography": ["libs/ui/src/typography"], "@humansignal/ui": ["libs/ui/src/index.ts"], "@humansignal/ui/*": ["libs/ui/src/*"] }, "types": ["vite-plugin-svgr/client"] }, "exclude": ["node_modules", "tmp"] }