/
vshmidt
/
label-studio
Обзор
Документация
Войти
/
vshmidt
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
web/libs/editor/tsconfig.json
32 строки
708 B
Julio Sgarbi
feat: LEAP-452: FE Repo Modernization / Monorepo (#5154)
04 янв 2024, 15:59
Не верифицирован
04 янв 2024, 15:59
ca09b8f
Код
Авторство
О чём код?
{ "compilerOptions": { "checkJs": false, "jsx": "preserve", "rootDirs": ["./src"], "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "allowJs": true, "allowSyntheticDefaultImports": true, "strict": true, "typeRoots": ["src/types", "../../node_modules/@types"], "types": [] }, "files": [], "include": ["src/types", "node_modules/@types"], "references": [ { "path": "./tsconfig.lib.json" }, { "path": "./tsconfig.spec.json" }, { "path": "./cypress/tsconfig.json" }, { "path": "./tests/integration/tsconfig.json" } ], "extends": "../../tsconfig.base.json" }