Fix IDE resolution of absolute module paths

9c0588f5d55be6df45c2bf41ec0d5dc76ba5c859

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +7 -1Ignore whitespace
public/jsconfig.json+7 -1
@@ -6,7 +6,13 @@
66 "moduleResolution": "node",
77 "allowUmdGlobalAccess": true,
88 "allowSyntheticDefaultImports": true,
99 "strictBindCallApply": true,
10+ "baseUrl": ".",
11+ "paths": {
12+ "/*": [
13+ "./*"
14+ ]
15+ }
1016 },
1117 "exclude": [
1218 "**/node_modules/**",