Browse Source

fix admin tsconfig

Shahed Nasser 1 year ago
parent
commit
45ec3661df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/admin/tsconfig.json

+ 1 - 1
src/admin/tsconfig.json

@@ -3,6 +3,6 @@
   "compilerOptions": {
   "compilerOptions": {
     "module": "esnext"
     "module": "esnext"
   },
   },
-  "include": ["src/admin"],
+  "include": ["."],
   "exclude": ["**/*.spec.js"]
   "exclude": ["**/*.spec.js"]
 }
 }