/
githubmirror
/
hexo
Обзор
Документация
Войти
/
githubmirror
/
hexo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v7.2.0
tsconfig.json
20 строк
302 B
D-Sketon
refactor: migrate typescript (#5417)
03 мар 2024, 11:04
Не верифицирован
03 мар 2024, 11:04
3c7729d
Код
Авторство
О чём код?
{ "compilerOptions": { "module": "commonjs", "target": "es6", "sourceMap": true, "outDir": "dist", "declaration": true, "esModuleInterop": true, "types": [ "node", "mocha" ] }, "include": [ "lib/**/*.ts" ], "exclude": [ "node_modules" ] }