attempts to fix build
Authored by
mfwolffe <wolffemf@dukes.jmu.edu>
- SHA
cc3cdeada410ed742e5520e742906ad34bdf7db8- Parents
-
f0cd471 - Tree
c79b481
cc3cdea
cc3cdeada410ed742e5520e742906ad34bdf7db8f0cd471
c79b481| Status | File | + | - |
|---|---|---|---|
| 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 @@ | ||
| 13 | 13 | "isolatedModules": true, |
| 14 | 14 | "jsx": "preserve", |
| 15 | 15 | "incremental": true, |
| 16 | + "baseUrl": ".", | |
| 16 | 17 | "plugins": [ |
| 17 | 18 | { |
| 18 | 19 | "name": "next" |