feat: moved to shared-components and implemented focal point picker in RTE
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
"env.d.ts",
|
||||
"../types/**/*.ts",
|
||||
"../utils/**/*.ts",
|
||||
"../shared-components/**/*.ts",
|
||||
"../shared-components/**/*.tsx",
|
||||
"**/*.ts",
|
||||
"**/*.tsx"
|
||||
],
|
||||
@@ -15,7 +17,8 @@
|
||||
"~/types/*": ["../types/*"],
|
||||
"~/utils/*": ["../utils/*"],
|
||||
"~/components/*": ["./app/components/*"],
|
||||
"~/hooks/*": ["./app/hooks/*"]
|
||||
"~/hooks/*": ["./app/hooks/*"],
|
||||
"~/shared-components/*": ["../shared-components/*"],
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user