Remove baseurl to prevent theme import issue

This commit is contained in:
Nate Butler 2023-08-29 13:05:59 -04:00
parent 70bea75897
commit 53558bc603

View file

@ -21,8 +21,7 @@
"experimentalDecorators": true,
"strictPropertyInitialization": false,
"skipLibCheck": true,
"useUnknownInCatchVariables": false,
"baseUrl": "."
"useUnknownInCatchVariables": false
},
"exclude": [
"node_modules"