feat: add @better-t-stack/types package

This commit is contained in:
Aman Varshney
2025-08-04 22:48:19 +05:30
parent f650774042
commit 19b625c5c7
8 changed files with 270 additions and 197 deletions

View File

@@ -0,0 +1,13 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"esModuleInterop": true,
"verbatimModuleSyntax": true,
"strict": true,
"skipLibCheck": true,
"noEmit": true
},
"include": ["src/**/*"]
}