Skip to content

refactor: start using emotion for styling #9909

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Sep 29, 2023
Prev Previous commit
Next Next commit
apologize to the json gods
  • Loading branch information
aslilac committed Sep 28, 2023
commit 070e13b8f2779b080df5373f069dab7919c3d42d
3 changes: 2 additions & 1 deletion site/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"skipLibCheck": true,
"strict": true,
"target": "es2020",
"baseUrl": "src/"
"baseUrl": "src/",
"resolveJsonModule": true
},
"include": ["**/*"],
"exclude": ["node_modules/", "_jest"],
Expand Down