Restructure backend into modular API layers with admin/organizador/invitados routes, add role-based middleware, flatten module models, and update build scripts
This commit is contained in:
7
packages/legacy/tsconfig.dev.json
Normal file
7
packages/legacy/tsconfig.dev.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"noEmit": true,
|
||||
"allowImportingTsExtensions": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user