Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 2c02864

Browse files
committed
Export commonjs
1 parent b680d88 commit 2c02864

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

tsconfig.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
{
22
"compilerOptions": {
3-
"target": "ESNext",
4-
"module": "ESNext",
5-
"moduleResolution": "Node",
6-
"inlineSourceMap": true,
7-
"lib": ["ESNext"],
8-
"outDir": "dist",
93
"rootDir": "src",
4+
"outDir": "dist",
105
"strict": true,
116
"noUncheckedIndexedAccess": true,
7+
"inlineSourceMap": true,
128
"declaration": true
139
},
1410
"include": ["src/**/*"],

tsconfig.lint.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"compilerOptions": {
3-
"target": "ESNext",
4-
"module": "ESNext",
5-
"lib": ["ESNext"],
63
"rootDir": ".",
74
"strict": true,
85
"noUncheckedIndexedAccess": true,

0 commit comments

Comments
 (0)