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:
parent
8c89109213
commit
8b78d890e4
@ -19,6 +19,7 @@
|
||||
"payments/**/*",
|
||||
"sim/**/*",
|
||||
"subscriptions/**/*",
|
||||
"support/**/*",
|
||||
"toolkit/**/*",
|
||||
"index.ts"
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user