diff --git a/public/jsconfig.json b/public/jsconfig.json index f034fb31b..e74e1090a 100644 --- a/public/jsconfig.json +++ b/public/jsconfig.json @@ -6,7 +6,13 @@ "moduleResolution": "node", "allowUmdGlobalAccess": true, "allowSyntheticDefaultImports": true, - "strictBindCallApply": true + "strictBindCallApply": true, + "baseUrl": ".", + "paths": { + "/*": [ + "./*" + ] + } }, "exclude": [ "**/node_modules/**",