From 044f590ac320c82ecd7aef7f50af1908dda0d53b Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Fri, 23 May 2025 09:28:24 +0800 Subject: [PATCH] tsconfig options --- next-ui/src/components.d.ts | 1 - next-ui/tsconfig.app.json | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) 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": ".",