From a2fc56a98f21b5ba38a7bbf817245861e287b762 Mon Sep 17 00:00:00 2001 From: Guilherme Werner Date: Fri, 4 Oct 2024 18:49:21 -0300 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index cbf3b94..a6c41a8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,12 +1,13 @@ { "compilerOptions": { "strict": true, - "target": "ESNext", + "target": "esnext", "declaration": true, "emitDeclarationOnly": true, "noImplicitAny": false, "moduleResolution": "Node", "esModuleInterop": true, + "module": "esnext", "allowImportingTsExtensions": true, "resolveJsonModule": true, "rootDir": "src",