chore: initial commit

This commit is contained in:
Maulana Sodiqin
2025-03-13 02:03:13 +07:00
parent d86d77c154
commit 4ec41164f8
67 changed files with 6111 additions and 1259 deletions
+11 -2
View File
@@ -4,7 +4,7 @@
"rootDir": ".",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"moduleResolution": "bundler",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
@@ -14,7 +14,16 @@
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"baseUrl": ".",
"paths": {}
"paths": {
"@imphnen-frontend-service/ui/atoms": ["libs/ui/src/atoms/index.ts"],
"@imphnen-frontend-service/ui/molecules": [
"libs/ui/src/molecules/index.ts"
],
"@imphnen-frontend-service/ui/organisms": [
"libs/ui/src/organisms/index.ts"
],
"@imphnen-frontend-service/utils": ["libs/utils/src/index.ts"]
}
},
"exclude": ["node_modules", "tmp"]
}