/
githubmirror
/
30-seconds-of-code
Обзор
Документация
Войти
/
githubmirror
/
30-seconds-of-code
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
jsconfig.json
12 строк
215 B
Angelos Chalaris
Simplify imports
05 авг 2024, 13:25
Не верифицирован
05 авг 2024, 13:25
013ae41
Код
Авторство
О чём код?
{ "compilerOptions": { "module": "es6", "moduleResolution": "node", "baseUrl": ".", "paths": { "#src/*": ["./src/*"], "#spec/*": ["./spec/*"] } }, "exclude": ["node_modules"] }