Explorar o código

fix tsconfig for dev:migrate

Yuki Takei %!s(int64=3) %!d(string=hai) anos
pai
achega
228cc9fd3d
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      apps/app/tsconfig.json

+ 2 - 0
apps/app/tsconfig.json

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