mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 10:42:44 +00:00
[fix] Enable verbatim module syntax in TypeScript configuration
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
"lib": ["ES2023", "ES2023.Array", "DOM", "DOM.Iterable"],
|
"lib": ["ES2023", "ES2023.Array", "DOM", "DOM.Iterable"],
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"incremental": true,
|
"incremental": true,
|
||||||
|
"verbatimModuleSyntax": true,
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"moduleResolution": "bundler",
|
"moduleResolution": "bundler",
|
||||||
|
|||||||
Reference in New Issue
Block a user