From c7c8e377c36c40cf8e5310b1c0eee1749a2e00fa Mon Sep 17 00:00:00 2001 From: Luiz Silva Date: Tue, 7 May 2024 10:40:21 -0300 Subject: [PATCH] bkp --- package.json | 3 ++- tsconfig.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b843b3f..f4a6ac1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,8 @@ "name": "~comuns", "version": "0.15.0", "description": "", - "main": "src/index.ts", + "main": "./dist-require/index.js", + "module": "./dist-import/index.js", "exports": { ".": { "import": "./dist-import/index.js", diff --git a/tsconfig.json b/tsconfig.json index e7c5956..aa72618 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,8 @@ "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, - "skipLibCheck": true + "skipLibCheck": true, + "verbatimModuleSyntax": true }, "include": [ "src/**/*"