docs: finish chapter tuple

This commit is contained in:
ruanyf
2023-07-17 08:28:50 +08:00
parent 52ae89a4f0
commit 880be4ea82
50 changed files with 11669 additions and 17 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "typescript-tutorial",
"version": "1.0.0",
"description": "TypeScript 开源教程,介绍基本概念和用法,面向初学者。",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"server": "loppo server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"loppo": "^0.6.25",
"loppo-theme-wangdoc": "^0.6.4"
}
}