From 35398241dea769bd7554eaca0a9045801c847340 Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Tue, 27 Feb 2024 17:37:10 +0000 Subject: Update dependencies to latest versions --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 6d59c57..fef389a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "target": "ES2020", - "module": "ES2020", + "module": "NodeNext", "allowJs": true, "checkJs": true, "removeComments": true, @@ -15,7 +15,7 @@ "esModuleInterop": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, - "moduleResolution": "nodenext", + "moduleResolution": "NodeNext", "skipLibCheck": true }, "include": ["./src/**/*"] -- cgit v1.2.3