add typescript and go generate
Some checks failed
Publish NPM Package / Publish Job (push) Failing after 1m39s

This commit is contained in:
lendry
2026-05-21 22:35:38 +03:00
parent b86057dfcf
commit 964fd07808
10 changed files with 105 additions and 3 deletions

11
tsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es2024",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"strictNullChecks": false
}
}