Skip to content

Commit e2a0d37

Browse files
authored
Revert "Fix: use module:esnext" (Jonghakseo#734)
1 parent e0277f8 commit e2a0d37

File tree

6 files changed

+5
-2
lines changed

6 files changed

+5
-2
lines changed

packages/tsconfig/base.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"compilerOptions": {
55
"allowJs": true,
66
"noEmit": true,
7-
"module": "esnext",
87
"downlevelIteration": true,
98
"isolatedModules": true,
109
"strict": true,
@@ -18,6 +17,10 @@
1817
"resolveJsonModule": true,
1918
"noImplicitReturns": true,
2019
"jsx": "react-jsx",
21-
"lib": ["DOM", "ESNext"]
20+
"lib": [
21+
"DOM",
22+
"ESNext"
23+
]
2224
}
2325
}
26+
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)