diff --git a/package.json b/package.json index dcc0ce4..d66c8d8 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,6 @@ }, "dependencies": { "@clack/prompts": "^0.6.1", - "@dqbd/tiktoken": "^1.0.2", "axios": "^1.3.4", "chalk": "^5.2.0", "cleye": "^1.3.2", diff --git a/tsconfig.json b/tsconfig.json index ca6f857..6dedf1a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "ES2020", + "target": "ESNext", "lib": ["ES5", "ES6"], "module": "ESNext",