Browse Source

update tsconfig.base.json

Yuki Takei 1 year ago
parent
commit
33d579d34c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tsconfig.base.json

+ 1 - 1
tsconfig.base.json

@@ -2,7 +2,7 @@
   "$schema": "http://json.schemastore.org/tsconfig",
   "$schema": "http://json.schemastore.org/tsconfig",
   "compilerOptions": {
   "compilerOptions": {
     "target": "ESNext",
     "target": "ESNext",
-    "module": "NodeNext",
+    "module": "ESNext",
     "allowJs": true,
     "allowJs": true,
     "skipLibCheck": true,
     "skipLibCheck": true,
     "importHelpers": true,
     "importHelpers": true,