/
deteled
/
iptvnator
Обзор
Документация
Войти
/
deteled
/
iptvnator
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
master
libs/shared/interfaces/project.json
30 строк
1 KB
4gray
chore: tighten validation and runtime logging
15 май 2026, 18:43
Не верифицирован
15 май 2026, 18:43
2d5c4fa
Код
Авторство
О чём код?
{ "name": "shared-interfaces", "$schema": "../../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "libs/shared/interfaces/src", "projectType": "library", "tags": ["scope:shared", "domain:shared-contracts", "type:util"], "targets": { "build": { "executor": "@nx/js:tsc", "outputs": ["{options.outputPath}"], "options": { "outputPath": "dist/libs/shared/interfaces", "main": "libs/shared/interfaces/src/index.ts", "tsConfig": "libs/shared/interfaces/tsconfig.lib.json", "assets": [] } }, "test": { "executor": "@nx/jest:jest", "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], "options": { "jestConfig": "libs/shared/interfaces/jest.config.ts", "tsConfig": "libs/shared/interfaces/tsconfig.spec.json" } }, "lint": { "executor": "@nx/eslint:lint" } } }