ArkTS unofficial type definitions. It is part of the Naily's ArkTS Support VSCode Extension.
ArkTS is a superset of TypeScript, and it is the programming language for Huawei HarmonyOS. The official website: https://developer.huawei.com/consumer/cn/develop/.
npm install @arkts/declarations
Add the following compilerOptions.types
to your tsconfig.json
:
{
"compilerOptions": {
"types": ["@arkts/declarations"]
}
}
MIT