Compare commits
2 Commits
f4a67f2d1a
...
43d31fdffb
| Author | SHA1 | Date | |
|---|---|---|---|
| 43d31fdffb | |||
| daaaf1c405 |
@@ -73,7 +73,7 @@ ${(Object.keys(meta) as Array<keyof UserDataMetaFull>)
|
||||
key in keyConversion
|
||||
? keyConversion[key as keyof typeof keyConversion]
|
||||
: key
|
||||
key_str = key_str.padStart(12, ' ')
|
||||
key_str = key_str.padEnd(12, ' ')
|
||||
|
||||
if (typeof val === 'boolean') {
|
||||
if (val) return `// @${key_str}`
|
||||
|
||||
@@ -13,8 +13,5 @@
|
||||
"rootDir": "./src",
|
||||
"outDir": "./lib",
|
||||
"moduleResolution": "node"
|
||||
},
|
||||
"files": [
|
||||
"index.d.ts"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user