chore: initialise monorepo scaffold

This commit is contained in:
2026-05-27 13:41:26 +05:30
commit 0eff5f3c3f
7 changed files with 181 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"compilerOptions": {
"target": "ES2021",
"module": "commonjs",
"lib": ["ES2021"],
"strict": true,
"skipLibCheck": true,
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true
}
}