Add logic to reply comments

This commit is contained in:
Ken Yasue
2025-07-21 15:06:09 +02:00
parent 483d69a8e9
commit efaa49ad4d
8 changed files with 659 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es6",
"target": "es2018",
"module": "commonjs",
"outDir": "./dist",
"rootDir": "./src",
@ -15,4 +15,4 @@
"exclude": [
"node_modules"
]
}
}