2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-15 05:54:28 -06:00

set modern moduleResolution

This commit is contained in:
Jeroen akkerman 2025-05-01 16:59:08 +02:00
parent 9c7a051934
commit 1e9986c0e3

View File

@ -8,7 +8,7 @@
"declaration": false,
"lib": ["esnext", "dom", "dom.iterable"],
"module": "es2022",
"moduleResolution": "node",
"moduleResolution": "bundler",
"removeComments": false,
"sourceMap": true,
"allowJs": true,