Make editors less confused about paths
This commit is contained in:
parent
fca56035c0
commit
65dfc66797
@ -33,7 +33,7 @@
|
||||
"moduleResolution": "nodenext" /* Specify how TypeScript looks up a file from a given module specifier. */,
|
||||
// "baseUrl": "./src/", //deprecated
|
||||
"paths": {
|
||||
"*": ["./src/*"],
|
||||
//"*": ["./src/*"],
|
||||
"@spacebar/api*": ["./src/api"],
|
||||
"@spacebar/gateway*": ["./src/gateway"],
|
||||
"@spacebar/cdn*": ["./src/cdn"],
|
||||
|
||||
Reference in New Issue
Block a user