diff --git a/tsconfig.json b/tsconfig.json index 2a71de3..2f26aac 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,9 +2,9 @@ "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { "target": "ES2022", - "module": "nodenext", + "module": "NodeNext", "rootDir": "./src", - "moduleResolution": "nodenext", + "moduleResolution": "NodeNext", "baseUrl": "./", "sourceMap": true, "outDir": "./dist",