feat: moved to shared-components and implemented focal point picker in RTE

This commit is contained in:
Erik Tiekstra
2024-10-15 11:15:58 +02:00
parent b1493bcd3d
commit 4c1ee66542
15 changed files with 246 additions and 27 deletions

View File

@@ -11,6 +11,13 @@
"allowJs": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true
"noEmit": true,
"jsx": "react",
"baseUrl": ".",
"paths": {
"~/types/*": ["./types/*"],
"~/utils/*": ["./utils/*"],
"~/shared-components/*": ["./shared-components/*"],
}
}
}