Make editors less confused about paths

This commit is contained in:
Rory& 2025-10-15 18:12:40 +02:00
parent fca56035c0
commit 65dfc66797

View File

@ -33,7 +33,7 @@
"moduleResolution": "nodenext" /* Specify how TypeScript looks up a file from a given module specifier. */, "moduleResolution": "nodenext" /* Specify how TypeScript looks up a file from a given module specifier. */,
// "baseUrl": "./src/", //deprecated // "baseUrl": "./src/", //deprecated
"paths": { "paths": {
"*": ["./src/*"], //"*": ["./src/*"],
"@spacebar/api*": ["./src/api"], "@spacebar/api*": ["./src/api"],
"@spacebar/gateway*": ["./src/gateway"], "@spacebar/gateway*": ["./src/gateway"],
"@spacebar/cdn*": ["./src/cdn"], "@spacebar/cdn*": ["./src/cdn"],