niuheng 2 lat temu
rodzic
commit
995417f09a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

@@ -14,5 +14,5 @@
     "lib": [ "dom", "es5", "es2015", "es2015.promise" ],
     "strict": true
   },
-  "include": [ "./src/**/*" ]
+  "include": [ "../src/**/*" ]
 }