bkp
This commit is contained in:
parent
06e182e536
commit
c7c8e377c3
2 changed files with 4 additions and 2 deletions
|
|
@ -2,7 +2,8 @@
|
||||||
"name": "~comuns",
|
"name": "~comuns",
|
||||||
"version": "0.15.0",
|
"version": "0.15.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "src/index.ts",
|
"main": "./dist-require/index.js",
|
||||||
|
"module": "./dist-import/index.js",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"import": "./dist-import/index.js",
|
"import": "./dist-import/index.js",
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,8 @@
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"forceConsistentCasingInFileNames": true,
|
"forceConsistentCasingInFileNames": true,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"skipLibCheck": true
|
"skipLibCheck": true,
|
||||||
|
"verbatimModuleSyntax": true
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"src/**/*"
|
"src/**/*"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue