UNPKG
hc-web-log-mon
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
基于 JS 跨平台插件,为前端项目提供【 行为、性能、异常、请求、资源、路由、曝光、录屏 】监控手段
hc-web-log-mon
/
examples
/
vue3
/
tsconfig.node.json
10 lines
(9 loc)
•
195 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"compilerOptions"
:
{
"composite"
:
true
,
"module"
:
"ESNext"
,
"moduleResolution"
:
"Node"
,
"allowSyntheticDefaultImports"
:
true
}
,
"include"
:
[
"./vite.config.ts"
]
}