feat: moved to shared-components and implemented focal point picker in RTE
This commit is contained in:
@@ -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/*"],
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user