diff --git a/tsconfig.json b/tsconfig.json index 74494f5..bd36750 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,9 +1,9 @@ { "compilerOptions": { - "target": "ES2022", - "module": "Node16", - "lib": ["ES2022"], - "moduleResolution": "Node16", + "target": "ESNext", + "module": "NodeNext", + "lib": ["ESNext"], + "moduleResolution": "NodeNext", "rootDir": ".", "outDir": "build", "allowSyntheticDefaultImports": true,