diff --git a/tsconfig.json b/tsconfig.json index acdc3dc..875ab45 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,9 +1,8 @@ { "compilerOptions": { - "exactOptionalPropertyTypes": true, - "strict": true, "module": "node16", - "target": "es2022", - "skipLibCheck": true + "moduleResolution": "node16", + "esModuleInterop": true, + "target": "es2022" } }