Cleanup packages and structure

- Remove unused packages
- Swap styled-components for emotion/styled
- Add tsconfig baseUrl and src path
- Upgrade and add mantine packages
This commit is contained in:
jeffvli
2022-10-19 21:23:31 -07:00
parent 9675fd1d8e
commit 3aab920c71
4 changed files with 633 additions and 668 deletions
+4
View File
@@ -3,6 +3,10 @@
"target": "es2021",
"module": "commonjs",
"lib": ["dom", "es2021"],
"baseUrl": "./src",
"paths": {
"@/*": ["*"]
},
"declaration": true,
"declarationMap": true,
"jsx": "react-jsx",