This commit is contained in:
Luiz Silva 2024-05-07 10:40:21 -03:00
parent 06e182e536
commit c7c8e377c3
2 changed files with 4 additions and 2 deletions

View file

@ -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",

View file

@ -10,7 +10,8 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
"skipLibCheck": true,
"verbatimModuleSyntax": true
},
"include": [
"src/**/*"