File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 "module" : " NodeNext" ,
88 "moduleResolution" : " NodeNext" ,
99
10- // Path Aliases
11- "baseUrl" : " ./src" ,
10+ // Path Aliases (resolved relative to this tsconfig.json — no baseUrl, deprecated in TS 6)
1211 "paths" : {
13- "@/types-global/*" : [" types-global/*" ],
14- "@/utils/*" : [" utils/*" ],
15- "@/utils" : [" utils/index" ],
16- "@/services/*" : [" services/*" ],
17- "@/mcp-server/*" : [" mcp-server/*" ],
18- "@/ibmi-mcp-server/*" : [" ibmi-mcp-server/*" ],
19- "@/*" : [" *" ]
12+ "@/types-global/*" : [" ./src/ types-global/*" ],
13+ "@/utils/*" : [" ./src/ utils/*" ],
14+ "@/utils" : [" ./src/ utils/index" ],
15+ "@/services/*" : [" ./src/ services/*" ],
16+ "@/mcp-server/*" : [" ./src/ mcp-server/*" ],
17+ "@/ibmi-mcp-server/*" : [" ./src/ ibmi-mcp-server/*" ],
18+ "@/*" : [" ./src/ *" ]
2019 },
2120
2221 // Enable all strict type checking
You can’t perform that action at this time.
0 commit comments