feat: Scaffold Initial monorepo structure (closes #1)

This commit is contained in:
2026-07-04 12:35:27 +05:30
commit e11f18a69a
38 changed files with 1280 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"name": "@omnia/architect",
"version": "0.0.0",
"private": true,
"type": "module",
"exports": {
".": "./dist/index.js"
}
}

View File

@@ -0,0 +1 @@
export {};

View File

@@ -0,0 +1,9 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist"
},
"include": ["src"],
"references": []
}

File diff suppressed because one or more lines are too long