mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-17 13:43:29 +09:00
added dynamicIcon
This commit is contained in:
+1
-2
@@ -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/*"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user