niuheng 2 years ago
parent
commit
eb95cc1592
1 changed files with 1 additions and 1 deletions
  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/**/*" ]
 }