/
githubmirror
/
echarts
Обзор
Документация
Войти
/
githubmirror
/
echarts
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/ut/tsconfig.json
21 строка
346 B
pissang
test(ut): add path alias for root dir
15 июл 2021, 07:19
15 июл 2021, 07:19
23548b8
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "ES6", "noImplicitAny": true, "noImplicitThis": true, "strictBindCallApply": true, "esModuleInterop": true, "baseUrl": "./", "paths": { "@/*": ["../../*"] } }, "include": [ "**/*.ts" ], "exclude": [ ] }