精简代码,新增 js 类型提示
This commit is contained in:
19
global-types/package.json
Normal file
19
global-types/package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "@d7z-project/gitea-pages",
|
||||
"version": "0.0.1",
|
||||
"types": "globals.d.ts",
|
||||
"scripts": {
|
||||
"test": "tsc --noEmit"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "next"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/d7z-project/gitea-pages.git"
|
||||
},
|
||||
"private": false,
|
||||
"dependencies": {
|
||||
"@dop251/types-goja_nodejs-url": "^0.0.0-20251015174255-5e94316bedaf"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user