项目文件夹

文件
wehub-resource-sync 2a49a75286
Node.js CI / Test (22) (push) Failing after 1s
chore: import upstream snapshot with attribution
2026-07-13 11:59:37 +08:00

15 行
276 B
JSON

{
"compilerOptions": {
"strict": true,
"target": "es6",
"module": "es2020",
"newLine": "lf",
"declaration": true,
"declarationDir": "./dist",
"moduleResolution": "node",
"skipLibCheck": true,
"allowJs": true
},
"include": ["src/*"]
}