zeroed-some/localtoast / cc3cdea

Browse files

attempts to fix build

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
cc3cdeada410ed742e5520e742906ad34bdf7db8
Parents
f0cd471
Tree
c79b481

2 changed files

StatusFile+-
A frontend/.npmrc 2 0
M frontend/tsconfig.json 1 0
frontend/.npmrcadded
@@ -0,0 +1,2 @@
1
+# frontend/.npmrc
2
+legacy-peer-deps=true
frontend/tsconfig.jsonmodified
@@ -13,6 +13,7 @@
1313
     "isolatedModules": true,
1414
     "jsx": "preserve",
1515
     "incremental": true,
16
+    "baseUrl": ".",
1617
     "plugins": [
1718
       {
1819
         "name": "next"