improve intellisense
This commit is contained in:
parent
ac412b798c
commit
6a5addb383
15 changed files with 39393 additions and 483 deletions
|
|
@ -35,6 +35,10 @@ for (const key in schema) {
|
|||
}
|
||||
}
|
||||
|
||||
if (enumName === "Type") {
|
||||
fileData.push(` UNKNOWN = "unknown",`)
|
||||
}
|
||||
|
||||
fileData.push("}")
|
||||
|
||||
fs.writeFile(`${enumPath}${enumName}.ts`, fileData.join("\n"))
|
||||
|
|
|
|||
Reference in a new issue