project init

This commit is contained in:
zhl 2021-08-05 11:26:38 +08:00
commit 4f9d75deae
2 changed files with 17 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
.idea
node_modules
build
.vscode
dist
.DS_Store

11
package.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "tsghost",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}