refactor: migrate to material symbols icon set

This commit is contained in:
Thea Schöbl
2022-08-19 11:48:34 +00:00
parent f3cf3b30e3
commit 68734bfe21
2097 changed files with 26045 additions and 18101 deletions

View File

@@ -1,3 +1,6 @@
{
"extends": "../node_modules/@openstapps/configuration/tsconfig.json"
"extends": "../node_modules/@openstapps/configuration/tsconfig.json",
"compilerOptions": {
"lib": ["es2019"]
}
}