Switched to using Verbum (https://github.com/ozanyurtsever/verbum) which builds on Lexical to create a rich text editor; Isolated the rich text editor into a component so it can be easily swapped out; Added a higher resolution background for the student login page; Still a lot of bugs in the workshop list view.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
/* Basic Options */
|
||||
"target": "es2018",
|
||||
"target": "es2019",
|
||||
"module": "esNext",
|
||||
"lib": ["esnext", "dom"],
|
||||
"allowJs": true,
|
||||
@@ -25,7 +25,7 @@
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
/* Support absolute /imports/* with a leading '/' */
|
||||
"/*": ["*"]
|
||||
"/*": ["*"],
|
||||
},
|
||||
"moduleResolution": "node",
|
||||
"resolveJsonModule": true,
|
||||
@@ -33,6 +33,9 @@
|
||||
"esModuleInterop": true,
|
||||
"preserveSymlinks": true
|
||||
},
|
||||
"include": [
|
||||
"./imports/**"
|
||||
],
|
||||
"exclude": [
|
||||
"./.meteor/**",
|
||||
"./packages/**"
|
||||
|
||||
Reference in New Issue
Block a user