Channel configuration validation + tags input

This commit is contained in:
Mehdi Benadel
2024-05-26 05:06:28 +02:00
parent 7c9e869e96
commit 35d9663559
11 changed files with 656 additions and 92 deletions

View File

@ -3,7 +3,7 @@
"experimentalDecorators": true,
"module": "es6",
"moduleResolution": "node",
"target": "es5",
"target": "es6",
"allowJs": true,
"sourceMap": true,
"forceConsistentCasingInFileNames": true,