Initial commit
parents
Showing
.gitignore
0 → 100644
.idea/.gitignore
0 → 100644
.idea/modules.xml
0 → 100644
.idea/plan.iml
0 → 100644
.idea/prettier.xml
0 → 100644
.idea/vcs.xml
0 → 100644
package.json
0 → 100644
{ | |||
"name": "plan", | |||
"version": "1.0.0", | |||
"description": "", | |||
"main": "index.js", | |||
"scripts": { | |||
"test": "echo \"Error: no test specified\" && exit 1" | |||
}, | |||
"keywords": [], | |||
"author": "", | |||
"license": "ISC", | |||
"devDependencies": { | |||
"prettier": "^3.3.3", | |||
"typescript": "^5.6.3" | |||
} | |||
} |
pnpm-lock.yaml
0 → 100644
tsconfig.json
0 → 100644
types/board.ts
0 → 100644
types/enums.ts
0 → 100644
types/global.ts
0 → 100644
技术路线概要.md
0 → 100644
Please
register
or
sign in
to comment