Use a web component for easymde

* Bump tsconfig output to es6
* Fix wrong import behavior on typescript according to webpack's doc
* Create an easymde component
This commit is contained in:
2024-10-14 17:46:39 +02:00
committed by Bartuccio Antoine
parent a68e47ce8c
commit 670d2fa12e
4 changed files with 199 additions and 190 deletions

View File

@ -4,9 +4,11 @@
"sourceMap": true,
"noImplicitAny": true,
"module": "es6",
"target": "es5",
"target": "es6",
"allowJs": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"types": ["jquery", "alpinejs"],
"paths": {
"#openapi": ["./staticfiles/generated/openapi/index.ts"],