TypeScript 学习记录
你可以直接在 xfoss.com 阅读本书:ts.xfoss.com。xfoss.com 还有其他书籍:
-
@@ -353,6 +354,7 @@ gulp.task('default', gulp.series('copy-html', 'tsc', 'watch'));
+
diff --git a/.gitignore b/.gitignore index a28ebd2..5a48a44 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,6 @@ # Logs book -theme/index.hbs -theme/pagetoc.css -theme/pagetoc.js - logs *.log npm-debug.log* diff --git a/index.html b/index.html index c75c1fd..ec2f12a 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,9 @@ - +
-你可以直接在 xfoss.com 阅读本书:ts.xfoss.com。xfoss.com 还有其他书籍: