feat: migrated packages to ts

This commit is contained in:
Haoyu Xu
2025-05-02 02:27:42 +08:00
parent 0af0c785d4
commit 8f6f537c81
111 changed files with 3166 additions and 1155 deletions

View File

@@ -1,11 +1,12 @@
{
"name": "@aklive2d/prettier-config",
"private": true,
"version": "0.0.0",
"license": "MIT",
"main": "index.js",
"type": "module",
"peerDependencies": {
"prettier": ">=3.0.0"
}
"name": "@aklive2d/prettier-config",
"private": true,
"version": "0.0.0",
"license": "MIT",
"main": "index.js",
"type": "module",
"peerDependencies": {
"prettier": ">=3.0.0",
"typescript": ">=5.8.2"
}
}