tweaking compiler options
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
"name": "hopdown",
|
||||
"version": "1.0.0",
|
||||
"description": "Configurable HTML <=> Markdown converter for WYSIWYG editors.",
|
||||
"main": "dist/js/index.js",
|
||||
"module": "dist/esm/index.js",
|
||||
"files": [
|
||||
"dist/lib/"
|
||||
],
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
"compilerOptions": {
|
||||
"strict": true,
|
||||
"target": "ES2025",
|
||||
"module": "CommonJS",
|
||||
"module": "ES2022",
|
||||
"esModuleInterop": true,
|
||||
"types": ["node"],
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
|
||||
Reference in New Issue
Block a user