/
githubmirror
/
hello-algo
Обзор
Документация
Войти
/
githubmirror
/
hello-algo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
codes/typescript/tsconfig.json
12 строк
277 B
Shyam Chen
feat(TypeScript): Add the workflow file for CI check (#1280)
19 апр 2024, 13:48
Не верифицирован
19 апр 2024, 13:48
587344d
Код
Авторство
О чём код?
{ "compilerOptions": { "baseUrl": ".", "module": "esnext", "moduleResolution": "node", "types": ["@types/node"], "noEmit": true, "target": "esnext", }, "include": ["chapter_*/*.ts"], "exclude": ["node_modules"] }