diff --git a/tsconfig.json b/tsconfig.json index cfa92e3..da87c9e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,9 +2,9 @@ "compilerOptions": { // Enable latest features "lib": ["ESNext"], - "target": "ESNext", - "module": "NodeNext", - "moduleResolution": "NodeNext", + "target": "ES2022", + "module": "ES2022", + "moduleResolution": "node", "moduleDetection": "force", "allowJs": true, "declaration": true,