aqualinkorg / aqualink-app

Aqualink.org Ocean Monitoring Application
MIT License
34 stars 12 forks source link

Remove relative file paths on imports #873

Closed echaidemenos closed 1 year ago

echaidemenos commented 1 year ago

resolves https://github.com/aqualinkorg/aqualink-app/issues/871

Basically adds:

"compilerOptions": {
    ...
    "baseUrl": "./src"
  }

to tsconfig.json to enable us to import directly from src instead of using relative paths (eg. ../../../store/Survey/surveySlice => store/Survey/surveySlice)

echaidemenos commented 1 year ago

@ericboucher I canceled pullrequest review due to the PR size.

github-actions[bot] commented 1 year ago

Build succeeded and deployed at https://aqualink-app-873.surge.sh (hash 16f1d5889d8f99cbdfcbf45e2b814018e73d8d2b deployed at 2023-06-13T13:52:33)