Skip to content

Commit fe09905

Browse files
committed
为获取aria2脚本添加实验性类型剥离选项
1 parent 260a05f commit fe09905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"type-check": "vue-tsc --build",
1414
"lint": "eslint . --fix",
1515
"format": "prettier --write src/",
16-
"get-aria2": "node scripts/getAria2.ts",
16+
"get-aria2": "node --experimental-strip-types scripts/getAria2.ts",
1717
"tauri": "tauri",
1818
"tauri:dev": "tauri dev",
1919
"tauri:build": "tauri build"

0 commit comments

Comments
 (0)