mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
Use bundler moduleResolution mode in tsconfig (#3464)
This commit is contained in:
@@ -101,7 +101,6 @@
|
|||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { Form, FormField, type FormSubmitEvent } from '@primevue/forms'
|
import { Form, FormField, type FormSubmitEvent } from '@primevue/forms'
|
||||||
// @ts-expect-error https://github.com/primefaces/primevue/issues/6722
|
|
||||||
import { zodResolver } from '@primevue/forms/resolvers/zod'
|
import { zodResolver } from '@primevue/forms/resolvers/zod'
|
||||||
import type { CaptureContext, User } from '@sentry/core'
|
import type { CaptureContext, User } from '@sentry/core'
|
||||||
import { captureMessage } from '@sentry/core'
|
import { captureMessage } from '@sentry/core'
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
"incremental": true,
|
"incremental": true,
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"moduleResolution": "Node",
|
"moduleResolution": "bundler",
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"emitDecoratorMetadata": true,
|
"emitDecoratorMetadata": true,
|
||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user