/
raiden
/
obsidian-git-encrypt
Обзор
Документация
Войти
/
raiden
/
obsidian-git-encrypt
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
tsconfig.json
18 строк
529 B
Robert Kuzhin
feat: implement encrypted vault crypto core
09 авг 2026, 09:55
09 авг 2026, 09:55
54bad50
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "ES2022", "module": "NodeNext", "moduleResolution": "NodeNext", "lib": ["ES2022", "DOM"], "strict": true, "noUncheckedIndexedAccess": true, "exactOptionalPropertyTypes": true, "useUnknownInCatchVariables": true, "noImplicitOverride": true, "noFallthroughCasesInSwitch": true, "noEmit": true, "types": ["node", "vitest/globals"], "skipLibCheck": true }, "include": ["src/**/*.ts", "tests/**/*.ts", "scripts/**/*.ts", "eslint.config.js"] }