Browse Source

fix tsconfig for dev:migrate

Yuki Takei 3 years ago
parent
commit
228cc9fd3d
1 changed files with 2 additions and 0 deletions
  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/*"],