[common/hc] removeChannelIcons: TSify

This commit is contained in:
Alyxia Sother 2023-05-23 12:23:36 +02:00
parent 7b7ccf4156
commit ea8f95383b
No known key found for this signature in database
GPG Key ID: 01E16C4E775A37E4
6 changed files with 40 additions and 1 deletions

2
.gitattributes vendored
View File

@ -1,3 +1,3 @@
/script-resources/markdown2htmldoc/themes-out/**/* linguist-generated
common/hellcooling/config/ext/** filter=git-crypt diff=git-crypt
common/hellcooling/config/*.json filter=git-crypt diff=git-crypt
common/hellcooling/config/discord*.json filter=git-crypt diff=git-crypt

Binary file not shown.

View File

@ -0,0 +1,7 @@
{
"name": "-",
"description": "blblbl, blbl, wawawawa",
"dependencies": {
"typescript": "^5.0.4"
}
}

View File

@ -0,0 +1,14 @@
lockfileVersion: '6.0'
dependencies:
typescript:
specifier: ^5.0.4
version: 5.0.4
packages:
/typescript@5.0.4:
resolution: {integrity: sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==}
engines: {node: '>=12.20'}
hasBin: true
dev: false

View File

@ -0,0 +1,18 @@
{
"compilerOptions": {
"target": "es2020",
"module": "commonjs",
"allowJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"noEmit": true,
"jsx": "react",
"paths": {
"@hh/*": ["/Users/alyxia/Documents/gitrepos/hh3/types/*"],
"@hh/ext/*": ["/Users/alyxia/Documents/gitrepos/hh3/ext/*"]
},
"typeRoots": ["/Users/alyxia/Documents/gitrepos/hh3/types"]
},
"include": ["./ext/**/*"]
}