Skip to content

Commit e0277f8

Browse files
Fix: use module:esnext (Jonghakseo#733)
Co-authored-by: Jonghakseo <jonghak.seo@creatrip.com>
1 parent 0d348ab commit e0277f8

File tree

6 files changed

+2
-5
lines changed

6 files changed

+2
-5
lines changed

packages/tsconfig/base.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"compilerOptions": {
55
"allowJs": true,
66
"noEmit": true,
7+
"module": "esnext",
78
"downlevelIteration": true,
89
"isolatedModules": true,
910
"strict": true,
@@ -17,10 +18,6 @@
1718
"resolveJsonModule": true,
1819
"noImplicitReturns": true,
1920
"jsx": "react-jsx",
20-
"lib": [
21-
"DOM",
22-
"ESNext"
23-
]
21+
"lib": ["DOM", "ESNext"]
2422
}
2523
}
26-
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)