feat: add types package

This commit is contained in:
2026-09-04 16:09:46 +05:00
parent 111b718526
commit d63cb77887
5 changed files with 150 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "bundler",
"strict": true,
"noEmit": true,
"isolatedModules": true,
"skipLibCheck": true
},
"include": ["src"]
}