💚 Fix embeds build and create-block CLI
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
"@types/validator": "13.11.9",
|
||||
"next": "14.1.0",
|
||||
"nodemailer": "6.9.3",
|
||||
"tslib": "2.6.0",
|
||||
"typescript": "5.3.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"include": ["**/*.ts"],
|
||||
"exclude": ["node_modules"],
|
||||
"compilerOptions": {
|
||||
"lib": ["ES2021", "DOM"]
|
||||
"lib": ["ES2021", "DOM"],
|
||||
"importHelpers": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user