feat(build): Add tsconfig.json for TypeScript configuration

This commit is contained in:
2025-01-14 03:28:25 +01:00
parent 1e0ee5ad50
commit 4cb52e8eef
3 changed files with 21 additions and 1 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@consent.software/webclient',
version: '1.0.19',
version: '1.1.0',
description: 'a webclient for using consent.software in your website. Works with vanilla js, angular, react, you name it.'
}