Files
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

12 lines
266 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"declaration": true,
"emitDeclarationOnly": true,
"declarationDir": "./dist",
"rootDir": "./src"
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules", "dist", "**/*.spec.ts"]
}