/
githubmirror
/
hexo
Обзор
Документация
Войти
/
githubmirror
/
hexo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tsconfig.json
21 строка
332 B
D-Sketon
test: improve coverage (#5638)
05 мар 2025, 12:14
Не верифицирован
05 мар 2025, 12:14
6634f7e
Код
Авторство
О чём код?
{ "compilerOptions": { "module": "commonjs", "target": "es2020", "sourceMap": true, "outDir": "dist", "declaration": true, "skipLibCheck": true, "esModuleInterop": true, "types": [ "node", "mocha" ] }, "include": [ "lib/**/*.ts" ], "exclude": [ "node_modules" ] }