Skip to content

Commit 87ffc89

Browse files
committed
chore: tsconfig
1 parent d483aa8 commit 87ffc89

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

tsconfig-prod.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"compilerOptions": {
33
"lib": ["es2022"],
4-
"moduleResolution": "Node",
5-
"module": "Commonjs",
6-
"esModuleInterop": true,
4+
"moduleResolution": "Bundler",
5+
"module": "ESNext",
76
"allowJs": true,
87
"checkJs": true,
98
"noEmit": false,

tsconfig.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"compilerOptions": {
33
"lib": ["es2022"],
4-
"moduleResolution": "Node",
5-
"module": "Commonjs",
6-
"esModuleInterop": true,
4+
"moduleResolution": "Bundler",
5+
"module": "ESNext",
76
"allowJs": true,
87
"checkJs": true,
98
"noEmit": true,

0 commit comments

Comments
 (0)