Browse Source

fix tsconfig for dev:migrate

Yuki Takei 3 năm trước cách đây
mục cha
commit
228cc9fd3d
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      apps/app/tsconfig.json

+ 2 - 0
apps/app/tsconfig.json

@@ -2,6 +2,8 @@
   "$schema": "http://json.schemastore.org/tsconfig",
   "$schema": "http://json.schemastore.org/tsconfig",
   "extends": "./tsconfig.base.json",
   "extends": "./tsconfig.base.json",
   "compilerOptions": {
   "compilerOptions": {
+    "module": "CommonJS",
+
     "baseUrl": ".",
     "baseUrl": ".",
     "paths": {
     "paths": {
       "~/*": ["./src/*"],
       "~/*": ["./src/*"],