From 3f7dbc980fd739d144cda7358dcf1f5f457f60e3 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Mon, 11 Sep 2023 13:16:20 -0400 Subject: [PATCH] - fixes #757 --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",