added dynamicIcon

This commit is contained in:
somrat sorkar
2023-06-27 15:12:29 +06:00
parent fdaf7880a5
commit ad03af58a3
13 changed files with 139 additions and 575 deletions
+1 -2
View File
@@ -8,14 +8,13 @@
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"jsx": "react",
"resolveJsonModule": true,
"isolatedModules": true,
"incremental": true,
"allowSyntheticDefaultImports": true,
"paths": {
"@/function-components/*": ["./src/layouts/function-components/*"],
"@/components/*": ["./src/layouts/components/*"],
"@/shortcodes/*": ["./src/layouts/shortcodes/*"],
"@/helpers/*": ["./src/layouts/helpers/*"],
"@/partials/*": ["./src/layouts/partials/*"],
"@/*": ["./src/*"]
}