/
githubmirror
/
arthas
Обзор
Документация
Войти
/
githubmirror
/
arthas
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
web-ui/arthasWebConsole/tsconfig.json
31 строка
660 B
xudaotutou
chore(web ui):ref tunnel modules (#2331)
04 ноя 2022, 05:40
Не верифицирован
04 ноя 2022, 05:40
b252ca2
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "esnext", "useDefineForClassFields": true, "module": "esnext", "moduleResolution": "node", "strict": true, "jsx": "preserve", "sourceMap": true, "resolveJsonModule": true, "isolatedModules": true, "esModuleInterop": true, "lib": ["esnext", "dom"], "skipLibCheck": true, "baseUrl": ".", "paths": { "@/*": ["all/ui/ui/src/*"], "~/*": ["all/share/*"] }, "experimentalDecorators": true }, "include": [ "all/**/*.vue", "all/**/*.ts", "all/**/*.d.ts", "all/env.d.ts" ], "references": [ { "path": "./tsconfig.node.json" } ] }