Add support directory to TypeScript configuration

- Included "support/**/*" in the tsconfig.json paths to ensure TypeScript recognizes and compiles files within the support directory, enhancing module integration and project structure.
This commit is contained in:
barsa 2025-11-18 14:41:44 +09:00
parent 8c89109213
commit 8b78d890e4

View File

@ -19,6 +19,7 @@
"payments/**/*",
"sim/**/*",
"subscriptions/**/*",
"support/**/*",
"toolkit/**/*",
"index.ts"
],