@bettergi/types 0.0.6 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/modules/globalMethod.d.ts +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
本项目是一个为 [Better Genshin Impact](https://github.com/babalae/better-genshin-impact) 提供的
|
|
1
|
+
本项目是一个为 [Better Genshin Impact](https://github.com/babalae/better-genshin-impact) 提供的 TypeScript 类型声明文件。
|
|
2
2
|
|
|
3
3
|
## 安装
|
|
4
4
|
|
|
@@ -8,7 +8,7 @@ npm install --save-dev @bettergi/types
|
|
|
8
8
|
|
|
9
9
|
## 用法
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
在 TypeScript 项目的 `tsconfig.json` 配置文件中添加类型引用。
|
|
12
12
|
|
|
13
13
|
```json
|
|
14
14
|
{
|