Skip to content

Commit bb3ca85

Browse files
Release 2.0.5
1 parent 2f5bd86 commit bb3ca85

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

tsconfig.cjs.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"extends": "./tsconfig.base.json",
33
"compilerOptions": {
44
"module": "CommonJS",
5-
"outDir": "dist/cjs",
6-
"isolatedDeclarations": false
5+
"outDir": "dist/cjs"
76
},
87
"include": ["src"],
98
"exclude": []

tsconfig.esm.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"compilerOptions": {
44
"module": "esnext",
55
"outDir": "dist/esm",
6-
"verbatimModuleSyntax": true,
7-
"isolatedDeclarations": false
6+
"verbatimModuleSyntax": true
87
},
98
"include": ["src"],
109
"exclude": []

0 commit comments

Comments
 (0)