diff --git a/README.md b/README.md index 0ebd40e..c40c444 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ This is a [ticktick](ticktick.com) api wrapper developed to be used on [Node.js](https://nodejs.org/en) based projects. +> :warning: **warning**: As of Jan 2024 Ticktick requires a captcha token in order to authenticate user on login. I'm working in order to implement it on this package, but have not yet succeeded. More details on [this issue](https://github.com/lucasvtiradentes/ticktick-api-lvt/issues/13). + ## :dart: Features    ✔️ type safe api methods by using [zod](https://github.com/colinhacks/zod) validation;
@@ -148,7 +150,6 @@ This project uses the following thechnologies: - diff --git a/tsconfig.json b/tsconfig.json index 0dcb8f4..d2fcdf1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,8 +5,7 @@ "outDir": "./dist", "strict": true, "skipLibCheck": true, - "declaration": true, - "esModuleInterop": true + "declaration": true }, "include": ["src"] }