cli for setting up better-t-stack

This commit is contained in:
fgrreloaded
2025-02-10 22:37:40 +05:30
commit a73630b6ee
7 changed files with 4115 additions and 0 deletions

12
tsconfig.json Normal file
View File

@@ -0,0 +1,12 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "node",
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true,
"outDir": "dist"
},
"include": ["src"]
}