Files
AFFiNE-Mirror/tools/playstore-auto-bump/tsconfig.json
2025-01-08 04:07:56 +00:00

9 lines
182 B
JSON

{
"extends": "../../tsconfig.node.json",
"compilerOptions": {
"outDir": "dist"
},
"files": ["index.ts"],
"references": [{ "path": "../cli" }, { "path": "../utils" }]
}