1 Star 0 Fork 4

wangxf_org/fingerprintjs2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 686 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"module": "esnext",
"moduleResolution": "node16",
"target": "es5",
"removeComments": false,
"resolveJsonModule": true,
"importHelpers": true,
"noErrorTruncation": true,
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true
},
// It must include everything that Rollup will encounter,
// and preferably nothing else in order not to compile excess files
"include": [
"src/index.ts",
"src/**/*.d.ts",
"resources/content_blocking/selectors_tester.ts"
],
"ts-node": {
"compilerOptions": {
"module": "commonjs",
"target": "es2021"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wangxf_org/fingerprintjs2.git
[email protected]:wangxf_org/fingerprintjs2.git
wangxf_org
fingerprintjs2
fingerprintjs2
master

搜索帮助