diff --git a/next-ui/src/components.d.ts b/next-ui/src/components.d.ts index 8c2850ef..c2903223 100644 --- a/next-ui/src/components.d.ts +++ b/next-ui/src/components.d.ts @@ -21,7 +21,6 @@ declare module 'vue' { AppFooter: typeof import('./components/AppFooter.vue')['default'] BuildCommit: typeof import('./components/BuildCommit.vue')['default'] BuildVersion: typeof import('./components/BuildVersion.vue')['default'] - DialogConfirm: typeof import('./components/dialogs/DialogConfirm.vue')['default'] DialogConfirmEdit: typeof import('./components/dialogs/DialogConfirmEdit.vue')['default'] FormUserChangePassword: typeof import('./components/forms/user/FormUserChangePassword.vue')['default'] FormUserRoles: typeof import('./components/forms/user/FormUserRoles.vue')['default'] diff --git a/next-ui/tsconfig.app.json b/next-ui/tsconfig.app.json index 2d7c6e7e..81dcc2c0 100644 --- a/next-ui/tsconfig.app.json +++ b/next-ui/tsconfig.app.json @@ -3,10 +3,10 @@ "include": ["env.d.ts", "src/**/*", "src/**/*.vue"], "exclude": ["src/**/__tests__/*"], "compilerOptions": { - "composite": true, + "composite": false, "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", "module": "ESNext", - "moduleResolution": "bundler", + "moduleResolution": "Bundler", "noUncheckedIndexedAccess": true, // openapi-ts "baseUrl": ".",