chore: creating shared/api structure

This commit is contained in:
John Yeo
2025-09-30 13:52:43 +01:00
parent 9eef072f91
commit 8778057e6f
16 changed files with 420 additions and 35 deletions

View File

@@ -10,7 +10,11 @@
"moduleResolution": "NodeNext",
"target": "ES2020",
"outDir": "./dist",
"rootDir": "."
"rootDir": ".",
"paths": {
"@api/*": ["./api/*"],
"@models/*": ["./models/*"]
}
},
"include": ["./**/*"],
"types": ["node"],