/
deteled
/
iptvnator
Обзор
Документация
Войти
/
deteled
/
iptvnator
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
master
libs/shared/database/tsconfig.json
21 строка
540 B
4gray
feat(db): add shared database library with sql config
26 дек 2025, 02:35
26 дек 2025, 02:35
815279f
Код
Авторство
О чём код?
{ "extends": "../../../tsconfig.base.json", "compilerOptions": { "module": "commonjs", "forceConsistentCasingInFileNames": true, "strict": true, "importHelpers": true, "noImplicitOverride": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "noPropertyAccessFromIndexSignature": true, "esModuleInterop": true }, "files": [], "include": [], "references": [ { "path": "./tsconfig.lib.json" } ] }